new volume, mix, and resample filters and transitions
[melted] / src / miracle / miracle_log.c
index adfc546..f5f7e1a 100644 (file)
@@ -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 );
 
 }