summaryrefslogtreecommitdiff
path: root/logging.h
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-08-09 19:00:37 +0200
committerKay Sievers <kay.sievers@suse.de>2005-08-09 19:00:37 +0200
commitbebbc31b90056f5b0eafb52fc965f0cc713f0d4f (patch)
treef282fe48ce6dc47e5091ed3a87487adcb6d89ea2 /logging.h
parent1bcac4e483ace30b90b79a14b2f4c75d4f7ab3bc (diff)
add firmware_helper to load firmware
From: Bill Nottingham <notting@redhat.com> Changed reading of firmware blob to mmap and let firmware_helper follow the setting of the log level with UDEV_LOG.
Diffstat (limited to 'logging.h')
-rw-r--r--logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logging.h b/logging.h
index 904355cb2c..0126de99eb 100644
--- 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