Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marvin Scholz
Icecast-Server
Commits
26c9b65e
Commit
26c9b65e
authored
Jul 19, 2008
by
Karl Heyes
Browse files
expand debug log message to include a mountpoint reference
svn path=/icecast/trunk/icecast/; revision=15121
parent
385d65b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stats.c
View file @
26c9b65e
...
...
@@ -470,7 +470,10 @@ static void modify_node_event (stats_node_t *node, stats_event_t *event)
str
=
(
char
*
)
strdup
(
event
->
value
);
free
(
node
->
value
);
node
->
value
=
str
;
DEBUG2
(
"update node %s (%s)"
,
node
->
name
,
node
->
value
);
if
(
event
->
source
)
DEBUG3
(
"update
\"
%s
\"
%s (%s)"
,
event
->
source
,
node
->
name
,
node
->
value
);
else
DEBUG2
(
"update global %s (%s)"
,
node
->
name
,
node
->
value
);
}
...
...
Write
Preview
Supports
Markdown
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