]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
client: end scope of std::hex properly 9838/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Tue, 21 Jun 2016 03:17:52 +0000 (11:17 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Wed, 29 Jun 2016 01:11:30 +0000 (09:11 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/client/Client.cc

index 0c3b7a614379d5ad8dfeb41ae8de22d538753dfe..91353d800d0061105ad50b86ad5f0f3938d1d291 100644 (file)
@@ -8794,7 +8794,7 @@ int Client::_fsync(Fh *f, bool syncdataonly)
 int Client::fstat(int fd, struct stat *stbuf, int mask)
 {
   Mutex::Locker lock(client_lock);
-  tout(cct) << "fstat mask " << hex << mask << std::endl;
+  tout(cct) << "fstat mask " << hex << mask << dec << std::endl;
   tout(cct) << fd << std::endl;
 
   Fh *f = get_filehandle(fd);