report_rom: fix warning message

Fix #2036
This commit is contained in:
Christian Helmuth 2016-07-18 17:18:17 +02:00
parent 11c5bf28c9
commit e95d7a8fa2
2 changed files with 2 additions and 3 deletions

View File

@ -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>

View File

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