From: Sage Weil Date: Fri, 19 Oct 2012 15:46:19 +0000 (-0700) Subject: osd: be quiet about watches X-Git-Tag: v0.48.3argonaut~42 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5f2b9b451da5a96fdbf9cf292648feb40dc13d28;p=ceph.git osd: be quiet about watches Useless log noise. Signed-off-by: Sage Weil --- diff --git a/src/osd/ReplicatedPG.cc b/src/osd/ReplicatedPG.cc index 58c197d7f859..297b08cc9578 100644 --- a/src/osd/ReplicatedPG.cc +++ b/src/osd/ReplicatedPG.cc @@ -2197,9 +2197,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 + dout(10) << "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: oi.user_version=" << oi.user_version.version << dendl; watch_info_t w(cookie, 30); // FIXME: where does the timeout come from? if (do_watch) {