]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
msgr: fix typo
authorSage Weil <sage.weil@dreamhost.com>
Thu, 3 Mar 2011 16:43:43 +0000 (08:43 -0800)
committerSage Weil <sage.weil@dreamhost.com>
Thu, 3 Mar 2011 16:43:43 +0000 (08:43 -0800)
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/msg/SimpleMessenger.cc

index 3ddff2b73c4374adf3952ba68c133653d1e42605..73216743f4ef7054be4860d71227b66291b25e3b 100644 (file)
@@ -2042,7 +2042,7 @@ int SimpleMessenger::Pipe::do_sendmsg(int sd, struct msghdr *msg, int len, bool
     if (len == 0) break;
     
     // hrmph.  trim r bytes off the front of our message.
-    dout(20) << "do_sendmail short write did " << r << ", still have " << len << dendl;
+    dout(20) << "do_sendmsg short write did " << r << ", still have " << len << dendl;
     while (r > 0) {
       if (msg->msg_iov[0].iov_len <= (size_t)r) {
        // lose this whole item