From 391e01437331ed6bc548d58c3520dd43f8fbaef3 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Tue, 21 Oct 2014 22:04:12 +0200 Subject: [PATCH] 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 --- connection.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.34.1