log: RPC, input, other events

This commit is contained in:
Justin M. Keyes
2018-09-18 23:26:03 +02:00
parent b9bcfa9bc8
commit 7c00b9efca
5 changed files with 13 additions and 0 deletions

View File

@@ -358,6 +358,7 @@ static void handle_request(Channel *channel, msgpack_object *request)
}
} else {
multiqueue_put(channel->events, on_request_event, 1, evdata);
DLOG("RPC: scheduled %.*s", method->via.bin.size, method->via.bin.ptr);
}
}