X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=AFBClient.cpp;h=6fcb207d1a7d80c17149358b067a60e6952b1e9b;hb=9128c27958d1475fd13ed625f5f5c0510e8e68bb;hp=9bcb8804c0686262243dc797189d6561674701db;hpb=31768957cd3e7ce3152db910b487ff73b73fffc4;p=staging%2Fwindowmanager.git diff --git a/AFBClient.cpp b/AFBClient.cpp index 9bcb880..6fcb207 100644 --- a/AFBClient.cpp +++ b/AFBClient.cpp @@ -88,8 +88,8 @@ static struct afb_wsj1_itf itf = { }; void dispatch_internal(AFBClient *c, uint64_t timeout) { - TRACE(); - c->dispatch(timeout); + TRACE(); + c->dispatch(timeout); } } // namespace @@ -253,7 +253,10 @@ int AFBClient::call(const char *verb, json_object *object, call_rc = ok ? 0 : -EINVAL; // We know it failed, but there may be an explanation in the // json object. - onReply(ok, j); + { + TRACEN(onReply); + onReply(ok, j); + } returned = true; };