@@ -17,7 +17,7 @@ int iLogToConsole = 1;
/// @param
void mylog(int prio, const char *format, ...)
{
if (prio >= settings.iDebugLevel)
if (prio <= settings.iDebugLevel)
va_list args;
The note is not visible to the blocked user.