git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4578
91ce42f0-d328-0410-95d8-
f526ca767f89
int when;
- if (strstr(label, "Before")) {
+ if (strstr(label, NT_("Before"))) {
when = SCRIPT_Before;
} else {
when = SCRIPT_After;
/* set this->target to client_name */
void RUNSCRIPT::set_target(const POOLMEM *client_name)
{
- Dmsg1(500, "runscript: setting target\n", NPRT(client_name));
+ Dmsg1(500, "runscript: setting target = %s\n", NPRT(client_name));
if (!client_name) {
return;