aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/ULog.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Classes/ULog.pas')
-rw-r--r--Game/Code/Classes/ULog.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/Game/Code/Classes/ULog.pas b/Game/Code/Classes/ULog.pas
index 4a18b8e2..d03ad8ed 100644
--- a/Game/Code/Classes/ULog.pas
+++ b/Game/Code/Classes/ULog.pas
@@ -217,6 +217,8 @@ begin
//Just for Debugging
//Comment for Release
//LogAnalyze (Log2 + ': ' + Log1);
+
+ LogError(Log2 + ': ' + Log1);
end;
procedure TLog.LogError(Log1, Log2: string);