diff --git a/code/nel/src/misc/system_utils.cpp b/code/nel/src/misc/system_utils.cpp index 32fed9344..81bb5246b 100644 --- a/code/nel/src/misc/system_utils.cpp +++ b/code/nel/src/misc/system_utils.cpp @@ -107,7 +107,7 @@ bool CSystemUtils::updateProgressBar(uint value, uint total) #ifdef TASKBAR_PROGRESS 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; }