From: David Herrmann Date: Tue, 21 Oct 2014 20:04:12 +0000 (+0200) Subject: connection: remove debugging printk() X-Git-Tag: upstream/0.20141102.012929utc~62 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=391e01437331ed6bc548d58c3520dd43f8fbaef3;p=platform%2Fcore%2Fsystem%2Fkdbus-bus.git connection: remove debugging printk() This probably wasn't meant to be included in the commit. Remove stray printk() debugging helper. Signed-off-by: David Herrmann --- diff --git a/connection.c b/connection.c index e4b44eb..f656e1d 100644 --- a/connection.c +++ b/connection.c @@ -440,7 +440,6 @@ static int kdbus_conn_add_expected_reply(struct kdbus_conn *conn_src, r->conn = kdbus_conn_ref(conn_src); r->cookie = msg->cookie; -printk(" ADDING expected reply for cookie %lld sync %d\n", r->cookie, sync); if (sync) { r->sync = true;