mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05:36 -04:00
[contextualprocess] Warn if (global) variable not found.
This commit is contained in:
parent
699b42a756
commit
8664400ee9
1 changed files with 2 additions and 0 deletions
|
@ -129,6 +129,8 @@ ContextualProcessJob::exec()
|
|||
if ( !r )
|
||||
return r;
|
||||
}
|
||||
else
|
||||
cWarning() << "ContextualProcess checks for unknown variable" << binding->variable;
|
||||
}
|
||||
return Calamares::JobResult::ok();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue