Commit 9040bc20 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ad860ba6
...@@ -178,7 +178,7 @@ error _WatchLink::_serveRX(context::Context ctx) { ...@@ -178,7 +178,7 @@ error _WatchLink::_serveRX(context::Context ctx) {
} }
return E(err); return E(err);
} }
trace("C: watch : rx: \"%s\"", v(l)); trace("C: %s: rx: \"%s\"", v(wlink), v(l));
err = pkt.from_string(l); err = pkt.from_string(l);
if (err != nil) if (err != nil)
...@@ -384,7 +384,7 @@ error _WatchLink::_write(const string &pkt) { ...@@ -384,7 +384,7 @@ error _WatchLink::_write(const string &pkt) {
wlink._txmu.unlock(); wlink._txmu.unlock();
}); });
trace("C: watch : tx: \"%s\"", v(pkt)); trace("C: %s: tx: \"%s\"", v(wlink), v(pkt));
int n; int n;
error err; error err;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment