Skip to content

Commit

Permalink
Print cached ips at start for troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Nov 1, 2024
1 parent b3dbbe2 commit cf0a600
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Fika.Core/FikaPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,8 @@ private string[] GetLocalAddresses()
}

LocalIPs = ips.Skip(1).ToArray();
string allIps = string.Join(", ", LocalIPs);
Logger.LogInfo($"Cached local IPs: {allIps}");
return [.. ips];
}
catch (Exception ex)
Expand Down

0 comments on commit cf0a600

Please sign in to comment.