Changed the output so that it can be more easily parsed in Excel.
This commit is contained in:
parent
72a03590dd
commit
f918bb0d88
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user