add logging to stream finish information to receive ident status change

This commit is contained in:
Stanley Dimant
2022-10-09 15:44:37 +02:00
parent d49ee21d01
commit 031d21e087

View File

@@ -116,8 +116,10 @@ internal class IdentityService : IdentificationService.IdentificationServiceBase
} }
catch catch
{ {
_logger.LogInformation("Server output stream to " + server + " finished or faulty"); _logger.LogInformation("Server output stream to " + server + " is faulty");
} }
_logger.LogInformation("Server output stream to " + server + " is finished");
} }
public override Task<UidWithIdentMessage> GetAllIdents(ServerMessage request, ServerCallContext context) public override Task<UidWithIdentMessage> GetAllIdents(ServerMessage request, ServerCallContext context)