mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 11:55:24 +00:00
uplink client: Add missing space in warning message.
Right now the warning about failure to forward packet from driver to uplink RX connection reads: "exception while trying to forward packet from driverto Uplink connection TX" Add missing space between "driver" and "to". Issue #4264
This commit is contained in:
parent
60980045ea
commit
b157256a2b
@ -230,7 +230,7 @@ class Genode::Uplink_client_base : Noncopyable
|
||||
|
||||
} catch (...) {
|
||||
|
||||
warning("exception while trying to forward packet from driver"
|
||||
warning("exception while trying to forward packet from driver "
|
||||
"to Uplink connection TX");
|
||||
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user