Commit 8af4d305 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 17f9a63b
......@@ -163,9 +163,6 @@ error _Conn::_pinner(context::Context ctx) {
_Conn& wconn = *this;
xerr::Contextf E("pinner"); // NOTE pinner error goes to Conn::close who has its own context
for (int i=0; i <10; i++)
xlog::Fatalf("Hello from pinner! %d %s", i, "qqq zzz");
error err = wconn.__pinner(ctx);
err = E(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