aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/emacsclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index 14da37b1bb8..0ff8f2e6a3b 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -1095,7 +1095,7 @@ To start the server in Emacs, type \"M-x server-start\".\n",
1095 if (emacs_pid == 0) 1095 if (emacs_pid == 0)
1096 { 1096 {
1097 reset_tty (); 1097 reset_tty ();
1098 fprintf (stderr, "%s: Could not get process id of Emacs\n", argv[0]); 1098 fprintf (stderr, "%s: %s\n", argv[0], str);
1099 fail (argc, argv); 1099 fail (argc, argv);
1100 } 1100 }
1101 1101