Reduce output spew clutter.

pull/16/head
Darrell Anderson 11 years ago
parent ea0df49485
commit ad34c5952b

@ -690,7 +690,7 @@ static pid_t launch(int argc, const char *_name, const char *args,
if (d.result == 2)
{
#ifndef NDEBUG
fprintf(stderr, "[tdeinit] %s is executable and not a library. Launching with exec.\n", _name );
fprintf(stderr, "[tdeinit] %s is executable. Launching with exec.\n", _name );
#endif
exec = true;
continue;

Loading…
Cancel
Save