]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: decrease the log level in RGWCoroutinesStack::unwind
authorlvshanchun <lvshanchun@gmail.com>
Thu, 16 Nov 2017 15:55:52 +0000 (23:55 +0800)
committerYehuda Sadeh <yehuda@redhat.com>
Tue, 10 Apr 2018 15:05:39 +0000 (08:05 -0700)
Signed-off-by: lvshanchun <lvshanchun@gmail.com>
src/rgw/rgw_coroutine.cc

index c93ff816d19d674f524cba97606d19416027053d..9723c3b668aef1629ab1274e25d034fa8b011006 100644 (file)
@@ -332,7 +332,7 @@ int RGWCoroutinesStack::unwind(int retcode)
   rgw_spawned_stacks *src_spawned = &(*pos)->spawned;
 
   if (pos == ops.begin()) {
-    ldout(cct, 0) << "stack " << (void *)this << " end" << dendl;
+    ldout(cct, 15) << "stack " << (void *)this << " end" << dendl;
     spawned.inherit(src_spawned);
     ops.clear();
     pos = ops.end();