Skip to content

Commit

Permalink
Fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Sep 19, 2017
1 parent 180c2ee commit 20a8afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModuleManager/MMPatchLoader.cs
Expand Up @@ -980,7 +980,7 @@ public IEnumerator ApplyPatch(string Stage, IEnumerable<UrlDir.UrlConfig> patche

if (cmd == Command.Insert)
{
Debug.LogWarning("Warning - Encountered insert node that should not exist at this stage: " + mod.SafeUrl());
logger.Warning("Warning - Encountered insert node that should not exist at this stage: " + mod.SafeUrl());
continue;
}

Expand Down

0 comments on commit 20a8afb

Please sign in to comment.