Skip to content

Commit 65c1c10

Browse files
committed
Fix log line
1 parent 3cf9fcb commit 65c1c10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LiveControlGateway/Controllers/HubControllerBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ protected async Task SelfOnline(ulong uptimeMs, ushort? latency = null, int? rss
194194
var bootedAt = GetBootedAtFromUptimeMs(uptimeMs);
195195
if (!bootedAt.HasValue)
196196
{
197-
Logger.LogDebug("Client attempted to abuse reported boot time, uptime indicated that hub [{}] booted prior to 2024", CurrentHub.Id);
197+
Logger.LogDebug("Client attempted to abuse reported boot time, uptime indicated that hub [{HubId}] booted prior to 2024", CurrentHub.Id);
198198
await DisposeAsync();
199199
return;
200200
}

0 commit comments

Comments
 (0)