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:
Piotr Tworek 2021-09-21 23:15:59 +02:00 committed by Norman Feske
parent 60980045ea
commit b157256a2b

View File

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