aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fetchmail.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 33954a31..443d16d8 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -153,6 +153,10 @@ int main (int argc, char **argv)
printf("Lockfile at %s\n", tmpbuf);
if (logfile)
printf("Logfile is %s\n", logfile);
+#if defined(HAVE_SYSLOG)
+ if (use_syslog)
+ printf("Progress messages will be logged via syslog\n");
+#endif
for (ctl = querylist; ctl; ctl = ctl->next) {
if (ctl->active && !(implicitmode && ctl->server.skip))
dump_params(ctl);