From 60c7258e42776b9f5b054dfcaa2840f813c0a2cc Mon Sep 17 00:00:00 2001
From: jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>
Date: Thu, 27 Sep 2007 12:15:06 +0000
Subject: test checkin to test bamboo.. :)

git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@438 b956fd51-792f-4845-bead-9b4dfca2ff2c
---
 Game/Code/UltraStar.dpr | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Game/Code/UltraStar.dpr b/Game/Code/UltraStar.dpr
index 6aafda26..f795e250 100644
--- a/Game/Code/UltraStar.dpr
+++ b/Game/Code/UltraStar.dpr
@@ -381,6 +381,8 @@ begin
   if Ini.LPT = 1 then LCD.Clear;
   if Ini.LPT = 2 then Light.TurnOff;
 
+  Log.LogStatus('Main Loop', 'Finished');
+
   Log.Free;
 
 end.
-- 
cgit v1.2.3