aboutsummaryrefslogtreecommitdiffstats
path: root/Game
diff options
context:
space:
mode:
Diffstat (limited to 'Game')
-rw-r--r--Game/Code/Classes/ULog.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Classes/ULog.pas b/Game/Code/Classes/ULog.pas
index 49b02c00..c9c87a92 100644
--- a/Game/Code/Classes/ULog.pas
+++ b/Game/Code/Classes/ULog.pas
@@ -234,7 +234,7 @@ end;
procedure TLog.LogError(Log1, Log2: string);
begin
-//asd
+ LogError(Log1 + ' ['+Log2+']');
end;
procedure TLog.CriticalError(Text: string);