Changed: Only display this message in debug

This commit is contained in:
kervala 2016-06-16 17:14:48 +02:00
parent 678d0c123b
commit 2e81af43a5

View file

@ -107,7 +107,7 @@ bool CSystemUtils::updateProgressBar(uint value, uint total)
#ifdef TASKBAR_PROGRESS #ifdef TASKBAR_PROGRESS
if (s_window == NULL) if (s_window == NULL)
{ {
nlwarning("No window has be set with CSystemUtils::setWindow(), progress bar can't be displayed"); nldebug("No window has be set with CSystemUtils::setWindow(), progress bar can't be displayed");
return false; return false;
} }