Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marvin Scholz
Icecast-Server
Commits
25eec226
Commit
25eec226
authored
Dec 19, 2014
by
Philipp Schafft
🦁
Browse files
Cleanup: Removed a printf() leftover from debugging
parent
c5bd8ad2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/event_exec.c
View file @
25eec226
...
...
@@ -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[]"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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