Add test case of opt vim resource
[vfc/gvnfm/vnflcm.git] / lcm / lcm / samples / resources.py
index 5b8bfad..c873b11 100644 (file)
@@ -37,7 +37,7 @@ class ResCreateThread(threading.Thread):
             logger.error(str(sys.exc_info()))
             
     def do_notify(self, res_type, ret):
-        logger.debug('ret of [%s] is %s', res_type, str(ret))
+        logger.debug('ret of [%s] is %s', res_type, ret)
 
 class ResDeleteThread(threading.Thread):
     """