mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
Minor cleanup.
svn path=/trunk/log/; revision=2200
This commit is contained in:
parent
b2f2356c9c
commit
9e6fddca93
@ -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)
|
||||
|
@ -5,6 +5,7 @@
|
||||
#define LOG_ENOMORELOGS -2
|
||||
#define LOG_ECANTOPEN -3
|
||||
#define LOG_ENOTOPEN -4
|
||||
#define LOG_ENOTIMPL -5
|
||||
|
||||
|
||||
void log_initialize();
|
||||
|
Loading…
Reference in New Issue
Block a user