mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
forgot to change the string
This commit is contained in:
parent
d1060ac5f3
commit
b897708a41
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue