X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=common%2Fcommon.c;h=e9e4f2e6b54d67e87d7bb87fdf62b561114a7bd8;hb=bcdb5e34f3c251407304e01eea26607e77dd8609;hp=3d2862fc23be66bb85ff92d1c7951008efa3ccb1;hpb=a66e19cd437595328f202cbde8d492d5f7e2205a;p=apps%2Fpfixtools.git diff --git a/common/common.c b/common/common.c index 3d2862f..e9e4f2e 100644 --- a/common/common.c +++ b/common/common.c @@ -46,6 +46,7 @@ sig_atomic_t sighup = false; bool daemon_process = true; int log_level = LOG_INFO; +bool log_syslog = false; static FILE *pidfile = NULL;