mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-13 12:48:20 +00:00
terminal_mux.run: LOG output of terminal_log
This patch tweaks the route of 'terminal_log' such that a LOG session request of this program is directed to the parent rather to itself.
This commit is contained in:
@ -85,7 +85,7 @@ append config {
|
|||||||
<service name="LOG"/>
|
<service name="LOG"/>
|
||||||
</provides>
|
</provides>
|
||||||
<route>
|
<route>
|
||||||
<any-service> <child name="terminal_mux" /> <any-child/> <parent/> </any-service>
|
<any-service> <child name="terminal_mux" /> <parent/> <any-child/> </any-service>
|
||||||
</route>
|
</route>
|
||||||
</start>
|
</start>
|
||||||
<start name="cli_monitor">
|
<start name="cli_monitor">
|
||||||
|
Reference in New Issue
Block a user