add locale warning

This commit is contained in:
Sam Machin
2022-03-19 17:44:21 +00:00
parent 4d048af384
commit af0f02d63e
2 changed files with 3 additions and 2 deletions

View File

@@ -246,7 +246,7 @@ var api = module.exports = {
throw error
} else {
// credentialSecret is set to False
log.warn("Using Unecrypted credentials")
log.warn(log._("nodes.credentials.unencrypted",{message:err.toString()}))
credentialCache = credentials;
}
}