X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdaemon.c;h=6cb553acf257fbec132819060e86b8f852620639;hb=5136ce492c414f377f7be9ae32b259abb9f76580;hp=59628f23335d85368b29527b495cc761253ae44b;hpb=9200fb9ef9a1c55a76e4c4aa789f3fb0a76f0ed1;p=sliver-openvswitch.git diff --git a/lib/daemon.c b/lib/daemon.c index 59628f233..6cb553acf 100644 --- a/lib/daemon.c +++ b/lib/daemon.c @@ -32,10 +32,10 @@ #include "socket-util.h" #include "timeval.h" #include "util.h" - -#define THIS_MODULE VLM_daemon #include "vlog.h" +VLOG_DEFINE_THIS_MODULE(daemon) + /* Should we run in the background? */ static bool detach;