fix log in keeper tcp handler

This commit is contained in:
Han Fei 2024-07-15 16:27:53 +02:00
parent 8340cec8b7
commit e346535641

View File

@ -623,7 +623,7 @@ void KeeperTCPHandler::updateStats(Coordination::ZooKeeperResponsePtr & response
LOG_INFO(
log,
"Total time to process a request took too long ({}ms).\nRequest info: {}",
elapsed,
elapsed_ms,
request->toString(/*short_format=*/true));
}