aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-10-31 12:43:04 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-10-31 12:43:04 +0000
commit1c0b7916d51f2626f7c49a6ba9c4bf63dce9dfda (patch)
tree7035d59f12857174038ce8f93f7cd694f59cad0b /fetchmail.c
parent323f294e15139658d8e4a496ca30a345d3688459 (diff)
downloadfetchmail-1c0b7916d51f2626f7c49a6ba9c4bf63dce9dfda.tar.gz
fetchmail-1c0b7916d51f2626f7c49a6ba9c4bf63dce9dfda.tar.bz2
fetchmail-1c0b7916d51f2626f7c49a6ba9c4bf63dce9dfda.zip
Jan Klaverstijn's verbosity patch.
svn path=/trunk/; revision=3760
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 6eb0a39e..b59209d5 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -761,7 +761,7 @@ int main(int argc, char **argv)
ctl->wedged = FALSE;
}
- if (outlevel >= O_VERBOSE)
+ if (outlevel > O_SILENT)
report(stdout, GT_("awakened at %s\n"), timestamp());
}
} while