forgot to change the string

This commit is contained in:
Nikolas Garofil 2012-08-18 18:34:36 +02:00
parent d1060ac5f3
commit b897708a41

View File

@ -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