]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: print waiter tag in hex
authorSage Weil <sage.weil@dreamhost.com>
Wed, 23 Feb 2011 21:45:23 +0000 (13:45 -0800)
committerSage Weil <sage.weil@dreamhost.com>
Wed, 23 Feb 2011 21:45:23 +0000 (13:45 -0800)
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/mds/mdstypes.h

index 161b1ff4856e65350dda4064c225a1de10a83945..e89b65b669f71f8b4fafaada4aaa945d3f982235 100644 (file)
@@ -1485,13 +1485,13 @@ protected:
        ls.push_back(it->second);
        pdout(10,g_conf.debug_mds) << (mdsco_db_line_prefix(this))
                                   << "take_waiting mask " << hex << mask << dec << " took " << it->second
-                                  << " tag " << it->first
+                                  << " tag " << hex << it->first << dec
                                   << " on " << *this
                                   << dendl;
        waiting.erase(it++);
       } else {
        pdout(10,g_conf.debug_mds) << "take_waiting mask " << hex << mask << dec << " SKIPPING " << it->second
-                                  << " tag " << it->first
+                                  << " tag " << hex << it->first << dec
                                   << " on " << *this 
                                   << dendl;
        it++;