]> git.stg.codes - stg.git/blobdiff - projects/stargazer/main.cpp
Merge branch 'log-unauth-reasons'
[stg.git] / projects / stargazer / main.cpp
index 11fad552504730f7aa5b86b837fd4ca070c2b468..1e4c677e255133503bbc25c61721874cf3891d95 100644 (file)
@@ -271,7 +271,6 @@ if (settings->ReadSettings())
     WriteServLog("ReadSettings error. %s", settings->GetStrError().c_str());
     exit(1);
     }
-
 #ifndef NO_DAEMON
 std::string startFile(settings->GetConfDir() + START_FILE);
 #endif
@@ -464,7 +463,7 @@ while (true)
                 }
             break;
         default:
-            WriteServLog("Ignore signel %d", sig);
+            WriteServLog("Ignore signal %d", sig);
             break;
         }
     if (stop)