From 7f99efc49d9f9b10cb87461288348cefe84ba05d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 18 Feb 2000 06:33:55 +0000 Subject: Help trace file writing. svn path=/trunk/; revision=2760 --- uid.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'uid.c') diff --git a/uid.c b/uid.c index e5abda1a..2f63de53 100644 --- a/uid.c +++ b/uid.c @@ -454,6 +454,9 @@ void write_saved_lists(struct query *hostlist, const char *idfile) unlink(idfile); } else + { + if (outlevel >= O_DEBUG) + report(stdout, "Writing fetchids file.\n"); if ((tmpfp = fopen(idfile, "w")) != (FILE *)NULL) { for (ctl = hostlist; ctl; ctl = ctl->next) { for (idp = ctl->oldsaved; idp; idp = idp->next) @@ -466,6 +469,7 @@ void write_saved_lists(struct query *hostlist, const char *idfile) fputs(idp->id, tmpfp); fclose(tmpfp); } + } } #endif /* POP3_ENABLE */ -- cgit v1.2.3