mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +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)
|
||||
{
|
||||
CrestronConsole.Print(message);
|
||||
Print(message);
|
||||
}
|
||||
#else
|
||||
Console.Write(message, args);
|
||||
Print(message, args);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue