Skip to content

Commit

Permalink
Minor logging tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Sep 5, 2017
1 parent 28e4ce7 commit 8d8463d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModuleManager/PatchProgress.cs
Expand Up @@ -71,7 +71,7 @@ public void PatchApplied()

public void NeedsUnsatisfiedRoot(UrlDir.UrlConfig url)
{
logger.Info($"Deleting root node in {url.parent.url} subnode: {url.type} as it can't satisfy its NEEDS");
logger.Info($"Deleting root node in file {url.parent.url} node: {url.type} as it can't satisfy its NEEDS");
NeedsUnsatisfiedCount += 1;
NeedsUnsatisfiedRootCount += 1;
}
Expand Down

0 comments on commit 8d8463d

Please sign in to comment.