[Pommed-commits] r469 - trunk/pommed

jblache at alioth.debian.org jblache at alioth.debian.org
Sun May 25 10:52:30 UTC 2008


Author: jblache
Date: 2008-05-25 10:52:29 +0000 (Sun, 25 May 2008)
New Revision: 469

Modified:
   trunk/pommed/pommed.c
Log:
Log errors to stderr.


Modified: trunk/pommed/pommed.c
===================================================================
--- trunk/pommed/pommed.c	2008-05-25 10:51:25 UTC (rev 468)
+++ trunk/pommed/pommed.c	2008-05-25 10:52:29 UTC (rev 469)
@@ -351,7 +351,7 @@
 	    break;
 
 	  case LOG_ERR:
-	    fprintf(stdout, "E: ");
+	    fprintf(stderr, "E: ");
 	    break;
 
 	  default:




More information about the Pommed-commits mailing list