chiark / gitweb /
add firmware_helper to load firmware
[elogind.git] / logging.h
index 904355cb2cf4fa4f590f3bcd7f950069ca95cefe..0126de99eb94b2dec6d88896a809272a1f07d6f7 100644 (file)
--- a/logging.h
+++ b/logging.h
@@ -38,7 +38,7 @@
 #undef err
 #define err(format, arg...)                                                    \
        do {                                                                    \
-               log_message(LOG_INFO ,"%s: " format ,__FILE__ ,## arg);         \
+               log_message(LOG_ERR ,"%s: " format ,__FILE__ ,## arg);          \
        } while (0)
 
 #undef info