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.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/UTexture.pas b/src/base/UTexture.pas
index 83ff8239..0f0117ff 100644
--- a/src/base/UTexture.pas
+++ b/src/base/UTexture.pas
@@ -263,7 +263,7 @@ begin
TexSurface := LoadImage(Identifier);
if not assigned(TexSurface) then
begin
- Log.LogError('Could not load texture: "' + Identifier +' '+ TextureTypeToStr(Typ) +'"',
+ Log.LogError('Could not load texture: "' + Identifier +'" with type "'+ TextureTypeToStr(Typ) +'"',
'TTextureUnit.LoadTexture');
Exit;
end;