From 698dff10499ff6bd08a7a23da3c50903216a5384 Mon Sep 17 00:00:00 2001 From: tobigun Date: Mon, 19 Apr 2010 16:12:18 +0000 Subject: reduced verbose output on missing theme and song tags (info instead of warn) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2250 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/base/UTexture.pas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/base/UTexture.pas') diff --git a/src/base/UTexture.pas b/src/base/UTexture.pas index e477dbb1..c1334dd7 100644 --- a/src/base/UTexture.pas +++ b/src/base/UTexture.pas @@ -540,7 +540,8 @@ begin Exit; end; end; - Log.LogWarn('Unknown texture type: "' + TypeStr + '". Using default texture type "' + TextureTypeToStr(Default) + '"', 'ParseTextureType'); + Log.LogInfo('Unknown texture type: "' + TypeStr + '". Using default texture type "' + + TextureTypeToStr(Default) + '"', 'UTexture.ParseTextureType'); Result := Default; end; -- cgit v1.2.3