mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-13 20:47:24 +00:00
Merge branch 'fix/console-print' of Common/Utils into dev
This commit is contained in:
commit
ed9c017856
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ namespace ICD.Common.Utils
|
||||||
Print(message);
|
Print(message);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
Print(message, args);
|
Print(message);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue