diff options
-rw-r--r-- | netlink-notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netlink-notify.c b/netlink-notify.c index 085e142..a9d1438 100644 --- a/netlink-notify.c +++ b/netlink-notify.c @@ -187,7 +187,7 @@ static int msg_handler (struct sockaddr_nl *nl, struct nlmsghdr *msg) { if (notifystr == NULL) { return 0; } -#if DEUBG +#if DEBUG puts (notifystr); #endif break; |