mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 21:47:22 +01:00
add logging to stream finish information to receive ident status change
This commit is contained in:
parent
d49ee21d01
commit
031d21e087
1 changed files with 3 additions and 1 deletions
|
|
@ -116,8 +116,10 @@ internal class IdentityService : IdentificationService.IdentificationServiceBase
|
|||
}
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue