mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-11-03 04:17:20 -05:00
Minor cleanup.
svn path=/trunk/log/; revision=2200
This commit is contained in:
parent
42ce945f12
commit
15ec22923f
@ -95,7 +95,7 @@ int log_open(const char *filename)
|
||||
int log_open_with_buffer(const char *filename, int size)
|
||||
{
|
||||
/* not implemented */
|
||||
return 0;
|
||||
return LOG_ENOTIMPL;
|
||||
}
|
||||
|
||||
void log_set_level(int log_id, int level)
|
||||
|
Loading…
Reference in New Issue
Block a user