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:
parent
d1060ac5f3
commit
b897708a41
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user