Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
improved console output for instance reaping
Browse files Browse the repository at this point in the history
  • Loading branch information
lloyd committed Sep 22, 2013
1 parent 6b0bc0e commit 02082c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion awsbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,8 @@ verbs.createami = function(args) {
// finally, clean up.
vm.destroy(deets.instanceId, function(err) {
checkErr(err);
console.log(" + source instance,", deets.instanceId, ",reaped");
console.log(" + source instance reaped (".data +
deets.instanceId.info + ")".data);
});
});
};
Expand Down

0 comments on commit 02082c3

Please sign in to comment.