From f918bb0d88557e6e06515131acd2d375145a0211 Mon Sep 17 00:00:00 2001 From: Rich Date: Mon, 10 Nov 2014 13:04:03 +0000 Subject: [PATCH] Changed the output so that it can be more easily parsed in Excel. --- PROMS/DataLoader/TransitionFixer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/DataLoader/TransitionFixer.cs b/PROMS/DataLoader/TransitionFixer.cs index f6b9d40b..36d91009 100644 --- a/PROMS/DataLoader/TransitionFixer.cs +++ b/PROMS/DataLoader/TransitionFixer.cs @@ -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) {