mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
Cleanup: Removed a printf() leftover from debugging
This commit is contained in:
parent
c5bd8ad281
commit
25eec22692
@ -296,8 +296,6 @@ int event_get_exec(event_registration_t *er, config_options_t *options) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
printf("len=%i\n", (int)__argvtype2offset(self->argvtype) + extra_argc + 1);
|
||||
|
||||
self->argv = calloc(__argvtype2offset(self->argvtype) + extra_argc + 1, sizeof(char*));
|
||||
if (!self->argv) {
|
||||
ICECAST_LOG_ERROR("Can not allocate argv[]");
|
||||
|
Loading…
Reference in New Issue
Block a user