]> git.stg.codes - stg.git/blobdiff - projects/stargazer/admins_impl.cpp
Fixed admin provoledges reseting after password change. Fixes #28.
[stg.git] / projects / stargazer / admins_impl.cpp
index cef8682dd2fda9e32eb470147849579011b730dd..7d73dde1834cde8481ddeee2fde6f3cc78d3de66 100644 (file)
@@ -219,7 +219,7 @@ assert(admin != NULL && "Pointer to admin is not null");
 STG_LOCKER lock(&mutex, __FILE__, __LINE__);
 if (data.empty())
     {
-    printfd(__FILE__, "no admin in system!\n");
+    printfd(__FILE__, "No admin in system!\n");
     *admin = &noAdmin;
     return false;
     }