]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
kclient: slient down some log message
authorYehuda Sadeh <yehuda@hq.newdream.net>
Mon, 1 Dec 2008 19:39:00 +0000 (11:39 -0800)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Mon, 1 Dec 2008 19:39:00 +0000 (11:39 -0800)
src/kernel/messenger.c

index bbeae8b38440fa11e22f6efc0402b25a2503c237..fdf2685673e79ee93285d5e5483f9a01163ad8ea 100644 (file)
@@ -355,7 +355,7 @@ static struct ceph_connection *new_connection(struct ceph_messenger *msgr)
        INIT_LIST_HEAD(&con->out_sent);
        INIT_DELAYED_WORK(&con->work, con_work);
 
-       dout(0, "new connection: %p\n", con);
+       dout(20, "new connection: %p\n", con);
        return con;
 }