]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/sgconfig/stgconfig.cpp
Log errors from plugins to server log.
[stg.git] / projects / stargazer / plugins / configuration / sgconfig / stgconfig.cpp
index 78c45d72402254ffa67bc4a11b61767ffbcf8883..e3199047186e944d750571343c028b6031e25609 100644 (file)
@@ -104,6 +104,7 @@ if (pthread_create(&thread, NULL, Run, this))
     {
     errorStr = "Cannot create thread.";
     printfd(__FILE__, "Cannot create thread\n");
+    logger("Cannot create thread.");
     return -1;
     }
 errorStr = "";