mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-13 20:47:24 +00:00
Tidying
This commit is contained in:
parent
0d2392a57f
commit
176993b130
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue