removed unused place holder

removed unused string place holder
This commit is contained in:
Steve Weber 2014-10-31 11:22:25 -04:00
parent 543b2d5dc7
commit f8556451e5

View File

@ -290,7 +290,7 @@ def wait_for_ip(vm_):
time.sleep(1)
return False
log.debug('Pulling VM {0} {1} seconds for an IP address'.format(vm_['name']))
log.debug('Pulling VM {0} for an IP address'.format(vm_['name']))
ip_address = salt.utils.cloud.wait_for_fun(poll_ip)
if ip_address is not False: