]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
client: fix rename debug print
authorSage Weil <sage.weil@dreamhost.com>
Tue, 7 Jun 2011 17:50:50 +0000 (10:50 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Tue, 7 Jun 2011 17:50:50 +0000 (10:50 -0700)
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/client/Client.cc

index e44857b99c00bd97830f69643e4b2f860ad2a4f6..74d35049b486526f58eb97f79fb66ec89d8f2dc8 100644 (file)
@@ -6192,7 +6192,7 @@ int Client::ll_rmdir(vinodeno_t vino, const char *name, int uid, int gid)
 
 int Client::_rename(Inode *fromdir, const char *fromname, Inode *todir, const char *toname, int uid, int gid)
 {
-  dout(3) << "_rmdir(" << fromdir->ino << " " << fromname << " to " << todir->ino << " " << toname
+  dout(3) << "_rename(" << fromdir->ino << " " << fromname << " to " << todir->ino << " " << toname
          << " uid " << uid << " gid " << gid << ")" << dendl;
 
   if (fromdir->snapid != CEPH_NOSNAP ||