summaryrefslogtreecommitdiff
path: root/udevsend.c
diff options
context:
space:
mode:
Diffstat (limited to 'udevsend.c')
-rw-r--r--udevsend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udevsend.c b/udevsend.c
index 5fe0f456a1..dcd5a2ae93 100644
--- a/udevsend.c
+++ b/udevsend.c
@@ -43,7 +43,7 @@
/* global variables */
static int sock = -1;
-#ifdef LOG
+#ifdef USE_LOG
void log_message (int level, const char *format, ...)
{
va_list args;