pre-release updates, bug fixes
diff --git a/start_vms.py b/start_vms.py
index 821c299..db25665 100644
--- a/start_vms.py
+++ b/start_vms.py
@@ -110,6 +110,8 @@
         srv_count = len([srv for srv in lst if srv.status == 'enabled'])
         count = srv_count * int(count[1:])
 
+    msg_templ = "Will start {0} servers with next params: {1}"
+    logger.debug(msg_templ.format(count, ""))
     # vm_creds = config['vm_params']['creds'] ?????
     vm_creds = params.pop('creds')