diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-08-09 19:00:37 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-08-09 19:00:37 +0200 |
commit | bebbc31b90056f5b0eafb52fc965f0cc713f0d4f (patch) | |
tree | f282fe48ce6dc47e5091ed3a87487adcb6d89ea2 /logging.h | |
parent | 1bcac4e483ace30b90b79a14b2f4c75d4f7ab3bc (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |