diff options
author | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-09-19 13:38:24 +0000 |
---|---|---|
committer | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-09-19 13:38:24 +0000 |
commit | a3904cbf6d498504bb0ab2510b50e6117d2869cc (patch) | |
tree | 2a24652ee641732ae568cff44f59c2ff140a40d4 /Game/Code/Classes | |
parent | 5e01f4ab6d0f3dd5ffa011b2a5638d5248e99f0f (diff) | |
download | usdx-a3904cbf6d498504bb0ab2510b50e6117d2869cc.tar.gz usdx-a3904cbf6d498504bb0ab2510b50e6117d2869cc.tar.xz usdx-a3904cbf6d498504bb0ab2510b50e6117d2869cc.zip |
added in the lots of debug logging... sorry guys.
will remove it soon enough.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@400 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Classes/ULog.pas | 2 |
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);
|