[contextualprocess] Warn if (global) variable not found.

This commit is contained in:
Adriaan de Groot 2018-02-19 06:34:52 -05:00
parent 699b42a756
commit 8664400ee9

View File

@ -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();
} }