Reduce output spew clutter.

pull/16/head
Darrell Anderson 12 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) if (d.result == 2)
{ {
#ifndef NDEBUG #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 #endif
exec = true; exec = true;
continue; continue;

Loading…
Cancel
Save