mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-12 18:24:58 +08: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;
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user