diff Implab/Diagnostics/TextFileListener.cs @ 194:d45bdf510514 v2

working on diagnostics
author cin
date Mon, 25 Apr 2016 15:18:56 +0300
parents 04d4c92d0f28
children 8200ab154c8a
line wrap: on
line diff
--- a/Implab/Diagnostics/TextFileListener.cs	Fri Apr 22 13:09:57 2016 +0300
+++ b/Implab/Diagnostics/TextFileListener.cs	Mon Apr 25 15:18:56 2016 +0300
@@ -18,7 +18,7 @@
             var msg = new StringBuilder();
             for (int i = 0; i < args.Operation.Level; i++)
                 msg.Append("  ");
-            msg.AppendFormat("[{0}]:{1}: {2}", args.ThreadId, args.ChannelName, entry);
+            msg.AppendFormat("[{0}]:{1}: {2}", args.ThreadId, args.Channel, entry);
 
             lock (m_textWriter) {
                 if (!IsDisposed) {