aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-06-05 03:47:33 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-06-05 03:47:33 +0000
commit19f995c58d5bc011bb2b94f2a1ef759b3925b066 (patch)
tree303e822e38e81a1c1351b747be1a3ab35654401f /fetchmail.c
parent10fec53f3342f70b1b5ea94dc1b8287145919920 (diff)
downloadfetchmail-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.c2
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