gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r3447 - GNUnet/src/util/error


From: grothoff
Subject: [GNUnet-SVN] r3447 - GNUnet/src/util/error
Date: Sun, 8 Oct 2006 00:38:26 -0700 (PDT)

Author: grothoff
Date: 2006-10-08 00:38:25 -0700 (Sun, 08 Oct 2006)
New Revision: 3447

Modified:
   GNUnet/src/util/error/error.c
Log:
fixes

Modified: GNUnet/src/util/error/error.c
===================================================================
--- GNUnet/src/util/error/error.c       2006-10-08 07:38:04 UTC (rev 3446)
+++ GNUnet/src/util/error/error.c       2006-10-08 07:38:25 UTC (rev 3447)
@@ -88,18 +88,11 @@
                 kind,
                 date,
                 buf);
-  else {
-    printf("!\n");
-    printf(date);
-    printf("\n");
-    printf(buf);
+  else
     fprintf(stderr,
-           "X!\n");
-    fprintf(stderr,
            "%s %s", 
            date,
            buf);
-  }
   free(buf);
 }
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]