mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-22 23:42:54 +01:00
info instead of error
This commit is contained in:
@@ -874,7 +874,8 @@ Upgrade.upgrade = function(callback) {
|
||||
winston.error('[2014/7/23] Error encountered while upgrading db dependencies');
|
||||
return next(err);
|
||||
}
|
||||
winston.error('[2014/7/23] Upgraded db dependencies');
|
||||
|
||||
winston.info('[2014/7/23] Upgraded db dependencies');
|
||||
Upgrade.update(thisSchemaDate, next);
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user