Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit b161317

Browse files
authored
Changed heartbeat log statement to debug (#3667)
1 parent 7a75e51 commit b161317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heron/stmgr/src/cpp/manager/tmanager-client.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ void TManagerClient::OnReConnectTimer() {
226226
}
227227

228228
void TManagerClient::OnHeartbeatTimer() {
229-
LOG(INFO) << "Sending heartbeat" << std::endl;
229+
DLOG(INFO) << "Sending heartbeat" << std::endl;
230230
// The timer has triggered the callback, so reset the timer_id;
231231
heartbeat_timer_id = 0;
232232
SendHeartbeatRequest();

0 commit comments

Comments
 (0)