mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-15 09:44:14 +01:00
fix log info
This commit is contained in:
parent
e1519f2497
commit
3272dbe040
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ internal class IdentityService : IdentificationService.IdentificationServiceBase
|
||||||
await responseStream.WriteAsync(cur).ConfigureAwait(false);
|
await responseStream.WriteAsync(cur).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
_logger.LogInformation("Queue for " + server + " is empty: " + identChanges[server].IsEmpty);
|
_logger.LogInformation("Queue for " + server + " is empty: " + (identChanges.ContainsKey(server) ? identChanges[server].IsEmpty : true));
|
||||||
await Task.Delay(10).ConfigureAwait(false);
|
await Task.Delay(10).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue