From dbe4233b865c18cb57be0de0e2a2737695b6595f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 20 Jul 1998 21:19:34 +0000 Subject: Cosmetic fix. svn path=/trunk/; revision=2005 --- fetchmail.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 41c59d25..7a86a8f8 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -492,7 +492,8 @@ int main (int argc, char **argv) if (!check_only && outlevel == O_VERBOSE) { write_saved_lists(querylist, run.idfile); - error(0, 0, "fetchmail: saved UID List"); + if (outlevel == O_VERBOSE) + error(0, 0, "saved UID List"); } #endif /* POP3_ENABLE */ } -- cgit v1.2.3