mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user