Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Crauzer committed Jun 14, 2023
1 parent 5f71203 commit 4b97b9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Obsidian/Services/HashtableService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,10 @@ string checksum
{
// Hashtable is up to date
if (checksum == content.Sha)
{
Log.Information($"{path} is up to date");
return checksum;
}

Log.Information($"Downloading hashtable: {path} from {url}");

Expand Down

0 comments on commit 4b97b9f

Please sign in to comment.