Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 85facf1

Browse files
Fixing log message
1 parent a7f5516 commit 85facf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Platform/LocalSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public JsonBackedSettings()
4444

4545
public override void Initialize()
4646
{
47-
logger.Debug($"Initializing settings file {SettingsPath} {GetType()}");
47+
logger.Debug($"Initializing settings {GetType()}");
4848
cachePath = SettingsPath.Combine(SettingsFileName);
4949
logger.Trace("Initializing settings file at {0}", cachePath);
5050
LoadFromCache(cachePath);

0 commit comments

Comments
 (0)