[contextualprocess] Warn if (global) variable not found.
This commit is contained in:
parent
699b42a756
commit
8664400ee9
@ -129,6 +129,8 @@ ContextualProcessJob::exec()
|
|||||||
if ( !r )
|
if ( !r )
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
cWarning() << "ContextualProcess checks for unknown variable" << binding->variable;
|
||||||
}
|
}
|
||||||
return Calamares::JobResult::ok();
|
return Calamares::JobResult::ok();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user