X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=logging.h;h=00b5f23b255eb4da13d85cdc35d9c50009ceb959;hp=dd520dd874908d39bd6771bc71437b06b65d7778;hb=c1979c82e18c5ee0993479043f44f5dcc76d8d2d;hpb=4179809b22af94a2c8c3937a9baa45870910ea0d diff --git a/logging.h b/logging.h index dd520dd87..00b5f23b2 100644 --- a/logging.h +++ b/logging.h @@ -38,13 +38,13 @@ #undef err #define err(format, arg...) \ do { \ - log_message(LOG_ERR ,"%s: " format ,__FUNCTION__ ,## arg); \ + log_message(LOG_ERR ,"%s: " format ,__FUNCTION__ ,## arg); \ } while (0) #undef info #define info(format, arg...) \ do { \ - log_message(LOG_INFO ,"%s: " format ,__FUNCTION__ ,## arg); \ + log_message(LOG_INFO ,"%s: " format ,__FUNCTION__ ,## arg); \ } while (0) #ifdef DEBUG