mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 11:55:24 +00:00
dynamic_rom: fix returned condition
This commit is contained in:
parent
4f927f651b
commit
3d7b865251
@ -252,7 +252,7 @@ struct Dynamic_rom::Main
|
||||
Xml_node config = Genode::config()->xml_node();
|
||||
|
||||
return config.has_attribute("verbose")
|
||||
& config.attribute("verbose").has_value("yes");
|
||||
&& config.attribute("verbose").has_value("yes");
|
||||
}
|
||||
|
||||
bool verbose = _verbose_config();
|
||||
|
Loading…
x
Reference in New Issue
Block a user