From e23f460baf42e2997ced845379829a5a6950a8d5 Mon Sep 17 00:00:00 2001 From: kervala Date: Thu, 16 Jun 2016 17:14:48 +0200 Subject: [PATCH] Changed: Only display this message in debug --- code/nel/src/misc/system_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }