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

.

parent ad860ba6
......@@ -178,7 +178,7 @@ error _WatchLink::_serveRX(context::Context ctx) {
}
return E(err);
}
trace("C: watch : rx: \"%s\"", v(l));
trace("C: %s: rx: \"%s\"", v(wlink), v(l));
err = pkt.from_string(l);
if (err != nil)
......@@ -384,7 +384,7 @@ error _WatchLink::_write(const string &pkt) {
wlink._txmu.unlock();
});
trace("C: watch : tx: \"%s\"", v(pkt));
trace("C: %s: tx: \"%s\"", v(wlink), v(pkt));
int n;
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