mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-12 13:48:30 +00:00
parent
11c5bf28c9
commit
e95d7a8fa2
@ -33,8 +33,7 @@ install_config {
|
||||
<start name="test-report_rom">
|
||||
<resource name="RAM" quantum="2M"/>
|
||||
<route>
|
||||
<service name="ROM">
|
||||
<if-arg key="label" value="brightness"/>
|
||||
<service name="ROM" label="brightness">
|
||||
<child name="report_rom"/>
|
||||
</service>
|
||||
<any-service> <parent/> <any-child/> </any-service>
|
||||
|
@ -137,7 +137,7 @@ struct Rom::Registry : Registry_for_reader, Registry_for_writer, Genode::Noncopy
|
||||
catch (Session_policy::No_policy_defined) { }
|
||||
}
|
||||
|
||||
warning("no valid policy for ROM request \", rom_label.string(), \"");
|
||||
warning("no valid policy for ROM request '", rom_label.string(), "'");
|
||||
throw Root::Invalid_args();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user