1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-14 16:57:55 +00:00

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; bool no_splash = false;
#else #else
if(shouldDaemonize && daemon(1, 0) != 0) { 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; return EXIT_FAILURE;
} }
#endif #endif