diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-06-05 03:47:33 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-06-05 03:47:33 +0000 |
commit | 19f995c58d5bc011bb2b94f2a1ef759b3925b066 (patch) | |
tree | 303e822e38e81a1c1351b747be1a3ab35654401f /fetchmail.c | |
parent | 10fec53f3342f70b1b5ea94dc1b8287145919920 (diff) | |
download | fetchmail-19f995c58d5bc011bb2b94f2a1ef759b3925b066.tar.gz fetchmail-19f995c58d5bc011bb2b94f2a1ef759b3925b066.tar.bz2 fetchmail-19f995c58d5bc011bb2b94f2a1ef759b3925b066.zip |
Control verbosity.
svn path=/trunk/; revision=1902
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index 29ba051f..26db0e07 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -532,7 +532,7 @@ int main (int argc, char **argv) } #endif /* POP3_ENABLE */ } - else + else if (!check_only) error(0, 0, "Query status=%d", querystatus); #if defined(linux) && !INET6 |