Author: dmeyer
Date: Sun Aug 13 19:16:41 2006
New Revision: 8208

Modified:
   trunk/ui/src/helpers/main.py

Log:
imcrease debug

Modified: trunk/ui/src/helpers/main.py
==============================================================================
--- trunk/ui/src/helpers/main.py        (original)
+++ trunk/ui/src/helpers/main.py        Sun Aug 13 19:16:41 2006
@@ -147,10 +147,12 @@
         sys.exit(1)
 
     kaa.notifier.signals['lirc'].connect(handle_key)
+    log.info('daemon running')
     kaa.notifier.loop()
+    log.info('daemon done')
     sys.exit(1)
-        
-    
+
+
 # freevo imports
 import gui
 import gui.displays
@@ -250,14 +252,14 @@
 
 try:
     freevo.ipc.Instance('freevo', **config.MBUS_ADDR)
-    
+
     # create gui
     gui.displays.create()
-    
+
     # Fire up splashscreen and load the plugins
     num = len(plugin.get(None))-1
     splash = Splashscreen(_('Starting Freevo, please wait ...'), num)
-                          
+
     # load plugins
     plugin.init(os.environ['FREEVO_PYTHON'], splash.progress)
 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to