From f92f2a44d1a9aef4f65425742ac444650e98bbe4 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 4 Oct 1997 03:54:24 +0000 Subject: Have dump_params notice when syslog is on. svn path=/trunk/; revision=1475 --- fetchmail.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fetchmail.c') 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); -- cgit v1.2.3