diff options
-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; |