X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/612fd062ef89198e9de7b3b9efdec127aad3a74c..4ca22a7c19dd0b94609280faf64108b1ea54e415:/projects/stargazer/main.cpp diff --git a/projects/stargazer/main.cpp b/projects/stargazer/main.cpp index 5f4c7f24..64d1cda2 100644 --- a/projects/stargazer/main.cpp +++ b/projects/stargazer/main.cpp @@ -620,11 +620,11 @@ srandom(stgTime); * * (c) man 2 nice */ -errno = 0; +/*errno = 0; if (nice(-19) && errno) { printfd(__FILE__, "nice failed: '%s'\n", strerror(errno)); WriteServLog("nice failed: '%s'", strerror(errno)); -} +}*/ WriteServLog("Stg started successfully."); WriteServLog("+++++++++++++++++++++++++++++++++++++++++++++");