Skip to content

Commit

Permalink
Merge pull request #53 from WildernessLabs/feature/group-names
Browse files Browse the repository at this point in the history
Feature/group names
  • Loading branch information
adrianstevens committed Jul 4, 2024
2 parents 78ff51d + e62a351 commit 43ef515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Meadow.Logging/lib/Logger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ private void Log(LogLevel level, string message, string? messageGroup)
{
if (now != null)
{
message = $"[+{now:h\\:m\\:ss\\.FFF}] {message}";
message = $"[+{now:hh\\:mm\\:ss\\.FFF}] {message}";
}

p.Log(level, message, messageGroup);
Expand Down

0 comments on commit 43ef515

Please sign in to comment.