From: Sage Weil Date: Mon, 20 Aug 2012 20:23:21 +0000 (-0700) Subject: osd: make notify debug output less noisy X-Git-Tag: v0.51~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7e417bd80122237ae6dd3da2f0983e984847d410;p=ceph.git osd: make notify debug output less noisy Signed-off-by: Sage Weil --- diff --git a/src/osd/ReplicatedPG.cc b/src/osd/ReplicatedPG.cc index 3396511d3749..50cde51a948d 100644 --- a/src/osd/ReplicatedPG.cc +++ b/src/osd/ReplicatedPG.cc @@ -2230,9 +2230,9 @@ int ReplicatedPG::do_osd_ops(OpContext *ctx, vector& ops) entity_name_t entity = ctx->reqid.name; ObjectContext *obc = ctx->obc; - dout(0) << "watch: ctx->obc=" << (void *)obc << " cookie=" << cookie - << " oi.version=" << oi.version.version << " ctx->at_version=" << ctx->at_version << dendl; - dout(0) << "watch: oi.user_version=" << oi.user_version.version << dendl; + dout(10) << "watch: ctx->obc=" << (void *)obc << " cookie=" << cookie + << " oi.version=" << oi.version.version << " ctx->at_version=" << ctx->at_version << dendl; + dout(10) << "watch: oi.user_version=" << oi.user_version.version << dendl; watch_info_t w(cookie, 30); // FIXME: where does the timeout come from? if (do_watch) {