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
Xiph.Org
Icecast-IceS
Commits
f31ee199
Commit
f31ee199
authored
Mar 02, 2003
by
Karl Heyes
Browse files
log what comment tags are read.
svn path=/trunk/ices/; revision=4392
parent
f0c87e17
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/metadata.c
View file @
f31ee199
/* metadata.c
* - Metadata manipulation
*
* $Id: metadata.c,v 1.
7
200
2/11/22 13:01:34 msmith
Exp $
* $Id: metadata.c,v 1.
8
200
3/03/02 21:18:28 karl
Exp $
*
* Copyright (c) 2001 Michael Smith <msmith@labyrinth.net.au>
*
...
...
@@ -102,6 +102,7 @@ void *metadata_thread_signal(void *arg)
memcpy
(
md
[
comments
],
buf
,
strlen
(
buf
)
+
1
);
comments
++
;
LOG_INFO2
(
"tag %d is %s"
,
comments
,
buf
);
}
}
...
...
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