Author: remi
Date: 2008-12-13 22:03:16 +0100 (Sat, 13 Dec 2008)
New Revision: 3095

Modified:
   
software_suite_v2/tuxware/pytuxisalive/branches/complete_refactoring/src/tuxisalive/lib/driver/TuxDriver.py
Log:
* fixed a bug. Deleted the log of a not existing variable

Modified: 
software_suite_v2/tuxware/pytuxisalive/branches/complete_refactoring/src/tuxisalive/lib/driver/TuxDriver.py
===================================================================
--- 
software_suite_v2/tuxware/pytuxisalive/branches/complete_refactoring/src/tuxisalive/lib/driver/TuxDriver.py
 2008-12-13 20:56:43 UTC (rev 3094)
+++ 
software_suite_v2/tuxware/pytuxisalive/branches/complete_refactoring/src/tuxisalive/lib/driver/TuxDriver.py
 2008-12-13 21:03:16 UTC (rev 3095)
@@ -534,8 +534,6 @@
         self.__logger.logDebug("Get all statuses state : -->")
         for line in result.split("\n"):
             self.__logger.logDebug(line)
-        self.__logger.logDebug("Returned : code(%s) expl(%s)" % (str(ret),
-            self.StrError(ret)))
 
         return result
 


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to