From b897708a419f60df7584feec110bde3188502e57 Mon Sep 17 00:00:00 2001 From: Nikolas Garofil Date: Sat, 18 Aug 2012 18:34:36 +0200 Subject: [PATCH] forgot to change the string --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 795c274bf..0787aa5e5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -201,7 +201,7 @@ int main(int argc, char *argv[]) { bool no_splash = false; #else if(shouldDaemonize && daemon(1, 0) != 0) { - qCritical("Something went wrong while transforming into a daemon, exiting..."); + qCritical("Something went wrong while daemonizing, exiting..."); return EXIT_FAILURE; } #endif