Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 58d0156

Browse files
Fixing log error message
1 parent 22d167b commit 58d0156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/Services/UsageService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public async Task<Guid> GetUserGuid()
6464
}
6565
catch (Exception ex)
6666
{
67-
log.Error(ex, "Failed reading writing metrics GUID");
67+
log.Error(ex, "Failed writing user metrics GUID");
6868
}
6969
}
7070

0 commit comments

Comments
 (0)