mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix formatting
This commit is contained in:
parent
4ea1a593a9
commit
16b2c9a52a
1 changed files with 3 additions and 3 deletions
|
@ -550,8 +550,8 @@ void Manager::Peer(const string& addr, uint16_t port, double retry)
|
|||
if ( bstate->endpoint.is_shutdown() )
|
||||
return;
|
||||
|
||||
DBG_LOG(DBG_BROKER, "Starting to peer with %s:%" PRIu16 " (retry: %fs)",
|
||||
addr.c_str(), port, retry);
|
||||
DBG_LOG(DBG_BROKER, "Starting to peer with %s:%" PRIu16 " (retry: %fs)", addr.c_str(), port,
|
||||
retry);
|
||||
|
||||
auto e = getenv("ZEEK_DEFAULT_CONNECT_RETRY");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue