Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ripper234 committed Mar 17, 2011
1 parent 25035d5 commit 0a64e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/src/backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_my_amis(conn):

def find_target(target, reservations) :
ip = utils.resolveIp(target)
print "Finding instance for " + target + " (IP " + ip + ")"
print "Finding instance for {} (IP {)}) out of {} reservations".format(target, IP, len(reservations))
for reservation in reservations:
# pdb.set_trace()
instances = reservation.instances
Expand Down

0 comments on commit 0a64e17

Please sign in to comment.