aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/UTexture.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/UTexture.pas')
-rw-r--r--src/base/UTexture.pas3
1 files changed, 2 insertions, 1 deletions
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;