X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/f93c910ab0fdbf6231504f6f3d00eb21bc4eb9e6..0735cd38486f5a050a1b78e1e35585267ada8fff:/projects/stargazer/user_impl.cpp diff --git a/projects/stargazer/user_impl.cpp b/projects/stargazer/user_impl.cpp index 8c61523a..547d18ed 100644 --- a/projects/stargazer/user_impl.cpp +++ b/projects/stargazer/user_impl.cpp @@ -345,6 +345,9 @@ std::vector hdrsList; if (store->GetMessageHdrs(&hdrsList, login)) { printfd(__FILE__, "Error GetMessageHdrs %s\n", store->GetStrError().c_str()); + WriteServLog("Cannot read user %s. Error reading message headers: %s.", + login.c_str(), + store->GetStrError().c_str()); return -1; }