Author: dmeyer
Date: Sat Oct 20 05:29:20 2007
New Revision: 2878

Log:
use InProgress for kaa.beacon.get_db_info if not connected

Modified:
   trunk/beacon/src/__init__.py

Modified: trunk/beacon/src/__init__.py
==============================================================================
--- trunk/beacon/src/__init__.py        (original)
+++ trunk/beacon/src/__init__.py        Sat Oct 20 05:29:20 2007
@@ -177,9 +177,7 @@
     """
     if not _client:
         connect()
-    while not _client.is_connected():
-        kaa.notifier.step()
-    return _client._db.get_db_info()
+    return _client.get_db_info()
 
 
 def list_media():

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to