[longomatch] Add some debug sending the event



commit c6a0ca20152ba41214b51420d637dcaf6b423e75
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Nov 29 22:10:01 2011 +0100

    Add some debug sending the event

 LongoMatch.GUI/Gui/Component/GameUnitWidget.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/GameUnitWidget.cs b/LongoMatch.GUI/Gui/Component/GameUnitWidget.cs
index 9618af0..3f1fab0 100644
--- a/LongoMatch.GUI/Gui/Component/GameUnitWidget.cs
+++ b/LongoMatch.GUI/Gui/Component/GameUnitWidget.cs
@@ -96,6 +96,7 @@ namespace LongoMatch.Gui.Component
 		}
 		
 		void EmitGameUnitEvent (GameUnitEventType eType) {
+			Log.Debug("Emitting  GameUnitEvent of type: " + eType);
 			if (GameUnitEvent != null)
 				GameUnitEvent(GameUnit, eType);
 		}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]