git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use old password for enciphering password change answer.
[stg.git]
/
projects
/
stargazer
/
plugins
/
configuration
/
sgconfig
/
stgconfig.cpp
diff --git
a/projects/stargazer/plugins/configuration/sgconfig/stgconfig.cpp
b/projects/stargazer/plugins/configuration/sgconfig/stgconfig.cpp
index 78c45d72402254ffa67bc4a11b61767ffbcf8883..e3199047186e944d750571343c028b6031e25609 100644
(file)
--- a/
projects/stargazer/plugins/configuration/sgconfig/stgconfig.cpp
+++ b/
projects/stargazer/plugins/configuration/sgconfig/stgconfig.cpp
@@
-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 = "";