summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-04-26 16:53:33 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-04-26 16:53:33 -0500
commitad34c5952b9c9262354a10a965a242858e7e1e76 (patch)
tree26902f3b3137ee493d93766a7b6d2d6b33dc1562
parentea0df494854f5c73bc8c9ee3fc22211f2221ba08 (diff)
downloadtdelibs-ad34c595.tar.gz
tdelibs-ad34c595.zip
Reduce output spew clutter.
-rw-r--r--kinit/kinit.cpp2
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;