]> git.stg.codes - stg.git/blobdiff - projects/stargazer/main.cpp
Nice adjustement removed
[stg.git] / projects / stargazer / main.cpp
index 5f4c7f24c09230a831eaa72edd1770e87752596a..64d1cda28289ed7a8e3ab74003332e6dff75fcb9 100644 (file)
@@ -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("+++++++++++++++++++++++++++++++++++++++++++++");