Commit 13a418ad authored by Rafaël Carré's avatar Rafaël Carré

fix [0cd7064a] : lower case "VLC"

parent 805a9ad6
......@@ -277,7 +277,7 @@ static int Open( vlc_object_t *p_this )
{
p_intf->p_sys->p_file = NULL;
#ifdef HAVE_SYSLOG_H
openlog( "VLC", LOG_PID|LOG_NDELAY, LOG_DAEMON );
openlog( "vlc", LOG_PID|LOG_NDELAY, LOG_DAEMON );
#endif
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment