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