mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
add locale warning
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user