Commit 0b4af2e8 authored by Ilya Dryomov's avatar Ilya Dryomov
Browse files

libceph: dout() is missing a newline



Add a missing newline to a dout() in __reset_osd().

Signed-off-by: default avatarIlya Dryomov <ilya.dryomov@inktank.com>
parent eeb0bed5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1045,7 +1045,7 @@ static int __reset_osd(struct ceph_osd_client *osdc, struct ceph_osd *osd)
		struct ceph_osd_request *req;

		dout("osd addr hasn't changed and connection never opened, "
		     " letting msgr retry");
		     "letting msgr retry\n");
		/* touch each r_stamp for handle_timeout()'s benfit */
		list_for_each_entry(req, &osd->o_requests, r_osd_item)
			req->r_stamp = jiffies;