mirror of
https://github.com/outbackdingo/parodus.git
synced 2026-01-28 02:20:02 +00:00
Compare commits
3 Commits
webcfg_bin
...
parodus_de
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f032d2ca30 | ||
|
|
8c576f8f48 | ||
|
|
dacac5fe8d |
@@ -146,7 +146,7 @@ void __report_log (noPollCtx * ctx, noPollDebugLevel level, const char * log_msg
|
|||||||
|
|
||||||
if (level == NOPOLL_LEVEL_DEBUG)
|
if (level == NOPOLL_LEVEL_DEBUG)
|
||||||
{
|
{
|
||||||
//ParodusPrint("%s\n", log_msg);
|
ParodusInfo("%s\n", log_msg);
|
||||||
}
|
}
|
||||||
if (level == NOPOLL_LEVEL_INFO)
|
if (level == NOPOLL_LEVEL_INFO)
|
||||||
{
|
{
|
||||||
@@ -154,7 +154,7 @@ void __report_log (noPollCtx * ctx, noPollDebugLevel level, const char * log_msg
|
|||||||
}
|
}
|
||||||
if (level == NOPOLL_LEVEL_WARNING)
|
if (level == NOPOLL_LEVEL_WARNING)
|
||||||
{
|
{
|
||||||
ParodusPrint("%s\n", log_msg);
|
ParodusInfo("%s\n", log_msg);
|
||||||
}
|
}
|
||||||
if (level == NOPOLL_LEVEL_CRITICAL)
|
if (level == NOPOLL_LEVEL_CRITICAL)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user