Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
13a418ad
Commit
13a418ad
authored
Mar 14, 2008
by
Rafaël Carré
Browse files
fix [
0cd7064a
] : lower case "VLC"
parent
805a9ad6
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/misc/logger.c
View file @
13a418ad
...
@@ -277,7 +277,7 @@ static int Open( vlc_object_t *p_this )
...
@@ -277,7 +277,7 @@ static int Open( vlc_object_t *p_this )
{
{
p_intf
->
p_sys
->
p_file
=
NULL
;
p_intf
->
p_sys
->
p_file
=
NULL
;
#ifdef HAVE_SYSLOG_H
#ifdef HAVE_SYSLOG_H
openlog
(
"
VLC
"
,
LOG_PID
|
LOG_NDELAY
,
LOG_DAEMON
);
openlog
(
"
vlc
"
,
LOG_PID
|
LOG_NDELAY
,
LOG_DAEMON
);
#endif
#endif
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment