mirror of https://gitee.com/bigwinds/arangodb
no error but a warning
This commit is contained in:
parent
9fc03ec85f
commit
e39737f99e
|
@ -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));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue