mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-17 05:35:07 +00:00
Tidying
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user