Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SirSparkles committed Jan 18, 2018
1 parent 60e2b90 commit 0db3b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TVRename#/TVRename/TVDoc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,7 @@ public void ProcessSingleAction(Object infoIn)
Action action = info.TheAction;
if (action != null)
{
logger.Trace("Triggering Action: {0} - {1} - {32", action.Name, action.produces, action.ToString());
logger.Trace("Triggering Action: {0} - {1} - {2}", action.Name, action.produces, action.ToString());
action.Go(ref this.ActionPause, mStats);
}

Expand Down

0 comments on commit 0db3b90

Please sign in to comment.