]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: Fix % escaping (\% should be %%)
authorJohn Spray <john.spray@inktank.com>
Thu, 8 May 2014 10:04:46 +0000 (11:04 +0100)
committerJohn Spray <john.spray@inktank.com>
Thu, 8 May 2014 12:28:56 +0000 (13:28 +0100)
commitf0231ef364d531eb60351598c4a0f5fa6efad23c
tree93fe578f9fbf40b824fcdfb3a81f48bbe3f0349a
parentd85b8faf1190fae92209a411d38511d344f58cba
mon: Fix % escaping (\% should be %%)

Clang's -Wpedantic points this out.

Signed-off-by: John Spray <john.spray@inktank.com>
src/mon/DataHealthService.cc
src/mon/PGMonitor.cc