Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
kunga committed Aug 10, 2022
1 parent 8649e6c commit 1dbeb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vostok.Hercules.Consumers/WindowedStreamConsumer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,6 @@ private void LogCoordinates(string message, StreamCoordinates left, StreamCoordi
}

private void LogWindows() =>
log.Info("Windows:\n{{Windows}}.", string.Join("\n", windows.Values));
log.Info("Windows:\n{Windows}", windows);
}
}

0 comments on commit 1dbeb11

Please sign in to comment.