This commit is contained in:
Girish Ramakrishnan
2018-01-30 19:59:09 -08:00
parent 7a15777ca5
commit 3299efc113
2 changed files with 3 additions and 3 deletions

View File

@@ -127,7 +127,7 @@ function configureWebadmin(callback) {
}
function configureReverseProxy(error) {
debug('configureReverseProxy: dns update: %j', error || {});
debug('configureReverseProxy: error %j', error || null);
reverseProxy.configureAdmin({ userId: null, username: 'setup' }, function (error) {
if (error) return done(error);