X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmiracle%2Fmiracle_log.c;h=f5f7e1a705af9bd91a024ba22d8e7845ae6cfaa9;hb=f4d4669b66a9f23be85527f65dec19a566db561c;hp=adfc54672f8203c17ba3160721dd622c10080aa4;hpb=9390e8b584f3f717f0a326893c0e37cf187a0a51;p=melted diff --git a/src/miracle/miracle_log.c b/src/miracle/miracle_log.c index adfc546..f5f7e1a 100644 --- a/src/miracle/miracle_log.c +++ b/src/miracle/miracle_log.c @@ -32,7 +32,7 @@ void miracle_log_init( enum log_output method, int new_threshold ) log_output = method; threshold = new_threshold; if (method == log_syslog) - openlog( "dv1394d", LOG_CONS, LOG_DAEMON ); + openlog( "miracle", LOG_CONS, LOG_DAEMON ); }