mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
parent
7841058320
commit
dfce939ac8
@ -69,8 +69,8 @@ struct Services
|
||||
log("Could not read screen resolution in config node");
|
||||
}
|
||||
|
||||
log("Configured HID screen with %lux%lu (multitouch=%s)",
|
||||
screen_width, screen_height, multitouch ? "true" : "false");
|
||||
log("Configured HID screen with ", screen_width, "x", screen_height,
|
||||
" (multitouch=", multitouch ? "true" : "false", ")");
|
||||
} catch (Xml_node::Nonexistent_sub_node) {
|
||||
log("No <hid> config node found - not starting the USB HID (Input) service");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user