X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=logging.h;h=0126de99eb94b2dec6d88896a809272a1f07d6f7;hb=bebbc31b90056f5b0eafb52fc965f0cc713f0d4f;hp=904355cb2cf4fa4f590f3bcd7f950069ca95cefe;hpb=1bcac4e483ace30b90b79a14b2f4c75d4f7ab3bc;p=elogind.git diff --git a/logging.h b/logging.h index 904355cb2..0126de99e 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