Author: dmeyer
Date: Sun Feb 25 11:01:17 2007
New Revision: 2523

Modified:
   trunk/epg/src/client.py

Log:
reduce debug

Modified: trunk/epg/src/client.py
==============================================================================
--- trunk/epg/src/client.py     (original)
+++ trunk/epg/src/client.py     Sun Feb 25 11:01:17 2007
@@ -75,10 +75,9 @@
         """
         Signal callback when server disconnects.
         """
-        log.error('kaa.epg client disconnected')
+        log.debug('kaa.epg client disconnected')
         self.status = DISCONNECTED
         self.signals["disconnected"].emit()
-        log.info('delete server link')
         del self.server
 
 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to