From ad34c5952b9c9262354a10a965a242858e7e1e76 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 26 Apr 2013 16:53:33 -0500 Subject: [PATCH] Reduce output spew clutter. --- kinit/kinit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;