mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
I wanted to see this variable
svn path=/trunk/icecast/; revision=4254
This commit is contained in:
parent
d9682b5dec
commit
4dce25a3e7
@ -49,6 +49,7 @@ void _dump_config(ice_config_t *config)
|
||||
printf("log_dir = %s\n", config->log_dir);
|
||||
printf("access_log = %s\n", config->access_log);
|
||||
printf("error_log = %s\n", config->error_log);
|
||||
printf("loglevel = %d\n", config->loglevel);
|
||||
printf("-----\n");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user