Changed the output so that it can be more easily parsed in Excel.

This commit is contained in:
Rich 2014-11-10 13:04:03 +00:00
parent 72a03590dd
commit f918bb0d88

View File

@ -78,7 +78,7 @@ namespace DataLoader
void ContentInfo_StaticContentInfoChange(object sender, StaticContentInfoEventArgs args)
{
_MyLoader.AddInfo("Fixed Transition for {0}, changed from {1} to {2}", (sender as ContentInfo).ContentID, args.OldValue, args.NewValue);
_MyLoader.AddInfo("'Fixed Transition for ',{0},' changed from ','T-{1}',' to ','T-{2}'", (sender as ContentInfo).ContentID, args.OldValue, args.NewValue);
}
private void ProcessTransitions(bool checkRTF)
{