Skip to content

Commit

Permalink
Merge pull request #470 from bareos/dev/fbergkemper/master/s3916
Browse files Browse the repository at this point in the history
core: improve the enable and disable command warning message
  • Loading branch information
fbergkemper committed Mar 31, 2020
2 parents e90483b + 32f0c11 commit 26f395e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/dird/ua_cmds.cc
Expand Up @@ -1140,7 +1140,9 @@ static void DoEnDisableCmd(UaContext* ua, bool setting)
}

ua->WarningMsg(
_("%sabling is a temporary operation until the director reloads\n"),
_("%sabling is a temporary operation until the director reloads.\n"
"For a permanent setting, please set the value of the \"Enabled\"\n"
"directive in the relevant configuration resource file.\n"),
setting ? "En" : "Dis");
}

Expand Down

0 comments on commit 26f395e

Please sign in to comment.