Explicity debug the fields

for some reason, journalctl barfs on this line
This commit is contained in:
Girish Ramakrishnan
2015-09-15 14:55:18 -07:00
parent e70c9d55db
commit b4a34e6432

View File

@@ -97,7 +97,7 @@ function getRestoreUrl(backupId, callback) {
backupKey: config.backupKey()
};
debug('getRestoreUrl: ', obj);
debug('getRestoreUrl: id:%s url:%s sessionToken:%s backupKey:%s', obj.id, obj.url, obj.sessionToken, obj.backupKey);
callback(null, obj);
});