diff options
Diffstat (limited to 'tools/watchgnupg.c')
-rw-r--r-- | tools/watchgnupg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/watchgnupg.c b/tools/watchgnupg.c index 592819be0..1bd9e8003 100644 --- a/tools/watchgnupg.c +++ b/tools/watchgnupg.c @@ -369,7 +369,7 @@ main (int argc, char **argv) if (server_un == -1) die ("socket(PF_LOCAL) failed: %s\n", strerror (errno)); if (verbose) - fprintf (stderr, "listening on socket `%s'\n", *argv); + fprintf (stderr, "listening on socket '%s'\n", *argv); } else server_un = -1; @@ -428,7 +428,7 @@ main (int argc, char **argv) goto again; } else - die ("bind to `%s' failed: %s\n", *argv, strerror (errno)); + die ("bind to '%s' failed: %s\n", *argv, strerror (errno)); } if (server_in != -1 && listen (server_in, 5)) |