Skip to content

Commit

Permalink
enh(broker/unified_sql): A log in HostStatus handling completed with …
Browse files Browse the repository at this point in the history
…host_id
  • Loading branch information
bouda1 committed Jul 25, 2024
1 parent b03e9a1 commit d6b12e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions broker/unified_sql/src/stream_sql.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2358,8 +2358,8 @@ void stream::_process_pb_host_status(const std::shared_ptr<io::data>& d) {
auto& hscr = h->obj();

SPDLOG_LOGGER_DEBUG(_logger_sql,
"unified_sql: pb host status check result output: <<{}>>",
hscr.output());
"unified_sql: pb host {} status check result output: <<{}>>",
hscr.host_id(), hscr.output());
SPDLOG_LOGGER_DEBUG(
_logger_sql, "unified_sql: pb host status check result perfdata: <<{}>>",
hscr.perfdata());
Expand Down

0 comments on commit d6b12e6

Please sign in to comment.