X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmiracle%2Fmiracle_log.c;fp=src%2Fmiracle%2Fmiracle_log.c;h=f5f7e1a705af9bd91a024ba22d8e7845ae6cfaa9;hb=8691b6464c35a77ae001b9843891a90dd9fd3d50;hp=adfc54672f8203c17ba3160721dd622c10080aa4;hpb=f4ddf54462a611e23ac0ad8ac52bb9c6f8aafb6f;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 ); }