connection: remove debugging printk()
authorDavid Herrmann <dh.herrmann@gmail.com>
Tue, 21 Oct 2014 20:04:12 +0000 (22:04 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Tue, 21 Oct 2014 20:04:12 +0000 (22:04 +0200)
This probably wasn't meant to be included in the commit. Remove stray
printk() debugging helper.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
connection.c

index e4b44eb850350cc33fa5ede27a62617dec56e4ea..f656e1dc8d7098f7692bb3c31347f05540e97b17 100644 (file)
@@ -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;