1
0
Fork 0

no error but a warning

This commit is contained in:
Jan Steemann 2014-06-18 21:13:25 +02:00
parent 9fc03ec85f
commit e39737f99e
1 changed files with 2 additions and 2 deletions

View File

@ -329,8 +329,8 @@
userManager.save(user.username, user.passwd, user.active, user.extra || {});
}
catch (err) {
logger.error("could not add database user '" + user.username + "': " +
String(err.stack || err));
logger.warn("could not add database user '" + user.username + "': " +
String(err.stack || err));
}
});
}