This commit is contained in:
Chris Cameron
2017-10-01 14:59:28 -04:00
parent 0d2392a57f
commit 176993b130

View File

@@ -45,10 +45,10 @@ namespace ICD.Common.Utils
} }
catch (NotSupportedException) catch (NotSupportedException)
{ {
CrestronConsole.Print(message); Print(message);
} }
#else #else
Console.Write(message, args); Print(message, args);
#endif #endif
} }