From: Radoslaw Zarzynski Date: Wed, 7 Apr 2021 14:35:06 +0000 (+0000) Subject: crimson/osd: fix broken debug in Notify::send_completion(). X-Git-Tag: v17.1.0~2323^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F40647%2Fhead;p=ceph.git crimson/osd: fix broken debug in Notify::send_completion(). Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/crimson/osd/watch.cc b/src/crimson/osd/watch.cc index 8898be8bdf3a..a8a614426076 100644 --- a/src/crimson/osd/watch.cc +++ b/src/crimson/osd/watch.cc @@ -173,7 +173,7 @@ seastar::future<> Notify::complete_watcher( seastar::future<> Notify::send_completion( std::set timedout_watchers) { - logger().info("{} -- {} in progress watchers, {} timedout watchers {}", + logger().info("{} -- {} in progress watchers, timedout watchers {}", __func__, watchers.size(), timedout_watchers.size()); logger().debug("{} sending notify replies: {}", __func__, notify_replies);