diff options
| author | Stefan Kangas | 2022-09-07 23:37:24 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-09-07 23:38:55 +0200 |
| commit | 901d3a2b5d00fcd450442694dd547ae581ad13d8 (patch) | |
| tree | 065ee765dcb9830ccd34f840bcce1b7e009cb995 /lib-src | |
| parent | 7db52f611c7429f644ddf2dc1a0a61adab49a538 (diff) | |
| download | emacs-901d3a2b5d00fcd450442694dd547ae581ad13d8.tar.gz emacs-901d3a2b5d00fcd450442694dd547ae581ad13d8.zip | |
; Make emacsclient.c more quiet again
* lib-src/emacsclient.c (main): Remove status message after getting a
response from the server. (Bug#57650)
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/emacsclient.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 9529b34725b..49d90a989fc 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -2170,8 +2170,6 @@ main (int argc, char **argv) | |||
| 2170 | if (rl <= 0) | 2170 | if (rl <= 0) |
| 2171 | break; | 2171 | break; |
| 2172 | 2172 | ||
| 2173 | if (msg_showed) | ||
| 2174 | fprintf (stderr, "\nGot response from server"); | ||
| 2175 | saw_response = true; | 2173 | saw_response = true; |
| 2176 | string[rl] = '\0'; | 2174 | string[rl] = '\0'; |
| 2177 | 2175 | ||