1.1 --- a/Server/Actions/ActionHarmonyCommand.cs Mon Aug 22 13:20:54 2016 +0200
1.2 +++ b/Server/Actions/ActionHarmonyCommand.cs Thu Aug 25 00:42:09 2016 +0200
1.3 @@ -2,6 +2,7 @@
1.4 using SharpLib.Ear;
1.5 using System;
1.6 using System.Collections.Generic;
1.7 +using System.Diagnostics;
1.8 using System.Linq;
1.9 using System.Text;
1.10 using System.Threading.Tasks;
1.11 @@ -77,7 +78,7 @@
1.12 }
1.13 else
1.14 {
1.15 - Console.WriteLine("WARNING: No Harmony client connection.");
1.16 + Trace.WriteLine("WARNING: No Harmony client connection.");
1.17 }
1.18
1.19 }