diff --git a/ICD.Common.Utils/IcdConsole.cs b/ICD.Common.Utils/IcdConsole.cs index 7525b80..bcbf993 100644 --- a/ICD.Common.Utils/IcdConsole.cs +++ b/ICD.Common.Utils/IcdConsole.cs @@ -45,10 +45,10 @@ namespace ICD.Common.Utils } catch (NotSupportedException) { - CrestronConsole.Print(message); + Print(message); } #else - Console.Write(message, args); + Print(message, args); #endif }