From db6480dccd9a3dbf4100a824930a36251f4e743c Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 5 Jan 2018 15:56:35 +0000 Subject: [Engine] Log levels added to engine. --- yage/core/imageloader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yage/core/imageloader.cpp') diff --git a/yage/core/imageloader.cpp b/yage/core/imageloader.cpp index 5a60e83b..23bc9a25 100644 --- a/yage/core/imageloader.cpp +++ b/yage/core/imageloader.cpp @@ -46,7 +46,7 @@ Texture ImageLoader::loadPng(const std::string &file_path) glGenerateMipmap(GL_TEXTURE_2D); - yLog << "Successfully loaded texture: " << file_path; + yLogDebug << "Successfully loaded texture: " << file_path; return texture; } -- cgit