diff Implab.Diagnostics.Interactive/InteractiveListener.cs @ 206:86b61d53b7db v2

Слияние
author cin
date Tue, 25 Oct 2016 17:40:45 +0300
parents cbb0bd8fc0d1
children 9c32ef39b851
line wrap: on
line diff
--- a/Implab.Diagnostics.Interactive/InteractiveListener.cs	Tue Oct 25 17:40:33 2016 +0300
+++ b/Implab.Diagnostics.Interactive/InteractiveListener.cs	Tue Oct 25 17:40:45 2016 +0300
@@ -112,7 +112,7 @@
                 Indent = args.Operation.Level,
                 Message = entry.ToString(),
                 Thread = args.ThreadId,
-                Channel = args.ChannelName,
+                Channel = args.Channel.ToString(),
                 Timestamp = Environment.TickCount
             };