]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: change log level to 20 for 'System already converted' message 13399/head
authorVikhyat Umrao <vumrao@redhat.com>
Mon, 13 Feb 2017 17:37:25 +0000 (23:07 +0530)
committerVikhyat Umrao <vumrao@redhat.com>
Mon, 13 Feb 2017 18:43:19 +0000 (00:13 +0530)
Fixes: http://tracker.ceph.com/issues/18919
Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
src/rgw/rgw_rados.cc

index 45ffb6d5beb5c4877c286254d99066c8bd8de309..0e8b40123d6e9beac06e575da43aaf1bd5b77e3c 100644 (file)
@@ -3462,7 +3462,7 @@ int RGWRados::replace_region_with_zonegroup()
                  << dendl;
     return ret;
   } else if (ret != -ENOENT) {
-    ldout(cct, 0) << "System already converted " << dendl;
+    ldout(cct, 20) << "System already converted " << dendl;
     return 0;
   }