mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-12 19:25:00 +00:00
Tidying
This commit is contained in:
@@ -45,10 +45,10 @@ namespace ICD.Common.Utils
|
||||
}
|
||||
catch (NotSupportedException)
|
||||
{
|
||||
CrestronConsole.Print(message);
|
||||
Print(message);
|
||||
}
|
||||
#else
|
||||
Console.Write(message, args);
|
||||
Print(message, args);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user