Merge branch 'review-1' of git://github.com/rayl/mlt
[melted] / src / miracle / miracle_log.c
index adfc546..62b7f73 100644 (file)
@@ -32,11 +32,11 @@ 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 );
 
 }
 
-void miracle_log( int priority, char *format, ... )
+void miracle_log( int priority, const char *format, ... )
 {
        va_list list;
        va_start( list, format );