Code cleanup
This commit is contained in:
parent
77e44e0f88
commit
e8cce6837b
|
@ -212,7 +212,7 @@ static int _rrd_exec(char * argv[])
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
fprintf(stderr, "DEBUG: %s() ", __func__);
|
fprintf(stderr, "DEBUG: %s() ", __func__);
|
||||||
while(*argv != NULL)
|
while(*argv != NULL)
|
||||||
fprintf(stderr, "%s ", *argv++);
|
fprintf(stderr, "%s ", *(argv++));
|
||||||
fprintf(stderr, "\n");
|
fprintf(stderr, "\n");
|
||||||
#endif
|
#endif
|
||||||
while((ret = waitpid(pid, &status, 0)) != -1)
|
while((ret = waitpid(pid, &status, 0)) != -1)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user