print the values otherwise it gets very confusing

This commit is contained in:
Girish Ramakrishnan
2015-10-11 13:45:02 -07:00
parent e2b954439c
commit 3e474767d1
+1 -1
View File
@@ -524,7 +524,7 @@ function waitForDnsPropagation(app, callback) {
// updates the app object and the database
function updateApp(app, values, callback) {
debugApp(app, 'installationState: %s progress: %s', app.installationState, app.installationProgress);
debugApp(app, 'updating app with values: %j', values);
appdb.update(app.id, values, function (error) {
if (error) return callback(error);