diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-04-26 16:53:33 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-04-26 16:53:33 -0500 |
commit | ad34c5952b9c9262354a10a965a242858e7e1e76 (patch) | |
tree | 26902f3b3137ee493d93766a7b6d2d6b33dc1562 | |
parent | ea0df494854f5c73bc8c9ee3fc22211f2221ba08 (diff) | |
download | tdelibs-ad34c5952b9c9262354a10a965a242858e7e1e76.tar.gz tdelibs-ad34c5952b9c9262354a10a965a242858e7e1e76.zip |
Reduce output spew clutter.
-rw-r--r-- | kinit/kinit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kinit/kinit.cpp b/kinit/kinit.cpp index 1dc03002d..b635b63e6 100644 --- a/kinit/kinit.cpp +++ b/kinit/kinit.cpp @@ -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; |