Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 72962ba854fe138d79e7b54e96e86354 > files > 43

hplip-3.12.9-6.mga3.src.rpm

Index: hplip-3.12.9/prnt/hpcups/CommonDefinitions.h
===================================================================
--- hplip-3.12.9/prnt/hpcups/CommonDefinitions.h
+++ hplip-3.12.9/prnt/hpcups/CommonDefinitions.h	2012-09-19 23:22:28.839354278 +0200
@@ -68,7 +68,7 @@
 #define _STRINGIZE(x) #x
 #define STRINGIZE(x) _STRINGIZE(x)
 
-#define dbglog(args...) {syslog(LOG_ERR, __FILE__ " " STRINGIZE(__LINE__) ": " args); \
+#define dbglog(args...) {syslog(LOG_DEBUG, __FILE__ " " STRINGIZE(__LINE__) ": " args); \
 fprintf(stderr, __FILE__ " " STRINGIZE(__LINE__) ": " args);}