emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 901d3a2b5d 2/2: ; Make emacsclient.c more quiet again


From: Stefan Kangas
Subject: master 901d3a2b5d 2/2: ; Make emacsclient.c more quiet again
Date: Wed, 7 Sep 2022 17:48:17 -0400 (EDT)

branch: master
commit 901d3a2b5d00fcd450442694dd547ae581ad13d8
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Make emacsclient.c more quiet again
    
    * lib-src/emacsclient.c (main): Remove status message after getting a
    response from the server.  (Bug#57650)
---
 lib-src/emacsclient.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index 9529b34725..49d90a989f 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -2170,8 +2170,6 @@ main (int argc, char **argv)
       if (rl <= 0)
         break;
 
-      if (msg_showed)
-       fprintf (stderr, "\nGot response from server");
       saw_response = true;
       string[rl] = '\0';
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]