[libpst-commits] r81 - trunk

Chris Halls halls at alioth.debian.org
Thu Jan 11 17:39:21 CET 2007


Author: halls
Date: 2007-01-11 17:39:20 +0100 (Thu, 11 Jan 2007)
New Revision: 81

Modified:
   trunk/debug.c
Log:
Supress annoying 'debug_fp is NULL' error message


Index: trunk/debug.c
===================================================================
--- trunk/debug.c	(revision 80)
+++ trunk/debug.c	(revision 81)
@@ -115,7 +115,7 @@
 void _debug_msg_info(int line, char* file, int type) {
   char *x;
   if (debug_fp == NULL) {
-    fprintf(stderr, "debug_fp is NULL\n");
+    /* fprintf(stderr, "debug_fp is NULL\n"); */
     return;
   }
   info_ptr = (struct _debug_item*) xmalloc(sizeof(struct _debug_item));



More information about the libpst-commits mailing list