Skip to content

Commit

Permalink
Cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
luiscantero committed Jul 31, 2024
1 parent b79747a commit 3db2589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PlcServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ protected override void OnServerStopping()
"\t# Publish requests: {CountPublish}\n" +
"\t# Read requests: {CountRead}\n" +
"\t# Write requests: {CountWrite}\n" +
"\t# Publish metrics enabled: {EnablePublishMetrics:N0}")]
"\t# Publish metrics enabled: {PublishMetricsEnabled:N0}")]
partial void LogPeriodicInfo(
int sessions,
int subscriptions,
Expand All @@ -608,7 +608,7 @@ partial void LogPeriodicInfo(
uint countPublish,
uint countRead,
uint countWrite,
bool enablePublishMetrics);
bool publishMetricsEnabled);

[LoggerMessage(
Level = LogLevel.Debug,
Expand Down

0 comments on commit 3db2589

Please sign in to comment.