Skip to content

Commit

Permalink
Merge pull request #460 from TV-Rename/code-tidy
Browse files Browse the repository at this point in the history
Code tidy
  • Loading branch information
SirSparkles authored Aug 5, 2018
2 parents 4c06121 + adf2aae commit b5160db
Show file tree
Hide file tree
Showing 11 changed files with 83 additions and 102 deletions.
8 changes: 4 additions & 4 deletions TVRename/Exporter/Exporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,17 @@ public override void Run()
file.Write(contents);
}

Logger.Info("Output File to :{0}", Location());
Logger.Trace("contents of File are :{0}", contents);
Logger.Info("Output File to: {0}", Location());
Logger.Trace("contents of File are: {0}", contents);
}
catch (Exception e)
{
Logger.Error(e, "Failed to Output File to :{0}", Location());
Logger.Error(e, "Failed to Output File to: {0}", Location());
}
}
else
{
Logger.Trace("SKipped (Disabled) Output File to :{0}", Location());
Logger.Trace("Skipped (Disabled) Output File to: {0}", Location());
}
}

Expand Down
48 changes: 24 additions & 24 deletions TVRename/Forms/Preferences.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b5160db

Please sign in to comment.