[Pkg-wmaker-commits] [wmbiff] 13/32: convert a lingering fprintf to DM

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:00:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_3_8
in repository wmbiff.

commit 90f1e9004c877c9cb652eb164972357f942b2663
Author: bluehal <bluehal>
Date:   Mon Mar 4 06:57:17 2002 +0000

    convert a lingering fprintf to DM
---
 wmbiff/mboxClient.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wmbiff/mboxClient.c b/wmbiff/mboxClient.c
index 7dff975..10cbc6a 100644
--- a/wmbiff/mboxClient.c
+++ b/wmbiff/mboxClient.c
@@ -1,4 +1,4 @@
-/* $Id: mboxClient.c,v 1.4 2002/03/01 08:41:29 bluehal Exp $ */
+/* $Id: mboxClient.c,v 1.5 2002/03/04 06:57:17 bluehal Exp $ */
 /* Author:		Yong-iL Joh <tolkien at mizi.com>
    Modified:	Jorge Garc�a <Jorge.Garcia at uv.es>
    			 	Rob Funk <rfunk at funknet.net>
@@ -49,7 +49,7 @@ int mboxCheckHistory(Pop3 pc)
 
 	/* mbox file */
 	if (stat(pc->path, &st)) {
-		fprintf(stderr, "wmbiff: Can't stat mailbox '%s': %s\n",
+		DM(pc, DEBUG_ERROR, "Can't stat mailbox '%s': %s\n",
 				pc->path, strerror(errno));
 		return -1;				/* Error stating mailbox */
 	}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list