Add ensureBackup log

This commit is contained in:
Girish Ramakrishnan
2017-01-26 12:46:41 -08:00
parent 1a32482f66
commit 3e21b6cad3
+2
View File
@@ -414,6 +414,8 @@ function backup(auditSource, callback) {
function ensureBackup(auditSource, callback) {
assert.strictEqual(typeof auditSource, 'object');
debug('ensureBackup: %j', auditSource);
getPaged(1, 1, function (error, backups) {
if (error) {
debug('Unable to list backups', error);