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=7e75cfa6fe0818ffb76c2a5a88c8572f04bda879;hpb=57d782bf1e8313e65579a8faa9671a8e5ffecb2f 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