소스 검색

Added logging for failed re-logging in.

Kenric Nugteren 1 년 전
부모
커밋
e2df952fb0
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      InABox.Server/RPC/Handlers/Validate.cs

+ 4 - 0
InABox.Server/RPC/Handlers/Validate.cs

@@ -28,6 +28,10 @@ namespace InABox.Rpc
                     CredentialsCache.RefreshSessionExpiry(parameters.SessionID);
                     reLogin = true;
                 }
+                else
+                {
+                    Logger.Send(LogType.Information, "", $"{parameters.SessionID} re-logging failed!");
+                }
             }
 
             if (user is null)