]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: fix error_str formatting in scrub output 4103/head
authorJohn Spray <jspray@redhat.com>
Thu, 19 Mar 2015 13:15:24 +0000 (13:15 +0000)
committerJohn Spray <jspray@redhat.com>
Thu, 19 Mar 2015 13:16:33 +0000 (13:16 +0000)
commit640c235124a99dcb343393b6d60fd83e34fc9044
treed1ef74d4a2a28bdbdd4a81ff7629a00d39108e91
parentfe25118b73d229d4c113b6c48182422d6b2ee416
mds: fix error_str formatting in scrub output

operator<< on an ostringstream actually gets
you an address.

Signed-off-by: John Spray <john.spray@redhat.com>
src/mds/CInode.cc