X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod.c;h=65343e5c26fed69375c25b7ae8a2ac26880dc6ab;hp=dee31d5c5606727d1f320e1ad16abb09a0c6b97b;hb=2bd7df00a26bb0cb26283f56eef18659aaa65730;hpb=19e10ff96914706d93f3c92bc325dc6ec62a8508 diff --git a/audiod.c b/audiod.c index dee31d5c..65343e5c 100644 --- a/audiod.c +++ b/audiod.c @@ -144,6 +144,8 @@ void para_log(int ll, const char* fmt,...) if (ll < conf.loglevel_arg) return; + if (!logfile && conf.daemon_given) + return; if (!hostname) hostname = para_hostname(); outfd = logfile? logfile : stderr;