]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
filestore: be less excited about btrfs version
authorSage Weil <sage@newdream.net>
Wed, 7 Oct 2009 23:45:02 +0000 (16:45 -0700)
committerSage Weil <sage@newdream.net>
Wed, 7 Oct 2009 23:45:02 +0000 (16:45 -0700)
src/os/FileStore.cc

index 465fb34c664c44bcd82f37130d90b4933fceb909..186fcf3c37e33035ccb9275ab8da2c08d00416ef 100644 (file)
@@ -510,7 +510,7 @@ int FileStore::mount()
     btrfs = 2;
     int r = _do_clone_range(fsid_fd, -1, 0, 1);
     if (r == -EBADF) {
-      dout(0) << "mount detected shiny new btrfs" << dendl;      
+      dout(0) << "mount detected btrfs" << dendl;      
     } else {
       dout(0) << "mount detected dingey old btrfs (r=" << r << " " << strerror_r(-r, buf, sizeof(buf)) << ")" << dendl;
       btrfs = 1;