Fix an incorrect error message in [clear_global_variable]
This commit is contained in:
parent
ea0bcec92f
commit
6184489a65
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ void verify_and_clear_global_variable(const vconfig &pcfg)
|
|||
{
|
||||
bool valid = true;
|
||||
if (!pcfg.has_attribute("global")) {
|
||||
ERR_PERSIST << "[clear_global_variable] missing required attribute \"from_global\"";
|
||||
ERR_PERSIST << "[clear_global_variable] missing required attribute \"global\"";
|
||||
valid = false;
|
||||
}
|
||||
if (!pcfg.has_attribute("namespace")) {
|
||||
|
|
Loading…
Add table
Reference in a new issue