diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c index a9ed8fc6..2a609973 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -234,10 +234,10 @@ char **argv; sleep(poll_interval); } while - (poll_interval); + (poll_interval); if (outlevel == O_VERBOSE) - fprintf(stderr, "normal termination\n"); + fprintf(stderr, "normal termination, status %d\n", popstatus); termhook(0); exit(popstatus); |