summaryrefslogtreecommitdiff
path: root/idlc/c_gen/c_stub_body_gen_cb.h
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/c_gen/c_stub_body_gen_cb.h')
-rw-r--r--idlc/c_gen/c_stub_body_gen_cb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/idlc/c_gen/c_stub_body_gen_cb.h b/idlc/c_gen/c_stub_body_gen_cb.h
index 0316e9a..1b766a8 100644
--- a/idlc/c_gen/c_stub_body_gen_cb.h
+++ b/idlc/c_gen/c_stub_body_gen_cb.h
@@ -97,7 +97,8 @@ static int __##_on_received(const char *sender, const char *instance, rpc_port_h
context->port = port;
r = rpc_port_parcel_create_from_port(&parcel, port);
if (r != 0) {
- _E("Failed to create parcel from port");
+ _E("Failed to create parcel from port. context(%s)", instance);
+ __##_on_disconnected(sender, instance, data);
return r;
}