Skip to content

Commit be254ce

Browse files
authoredAug 12, 2022
Fix debug log (postgresml#120)
1 parent a5db688 commit be254ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/pool.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,8 @@ impl ConnectionPool {
337337
return Ok((conn, address.clone()));
338338
}
339339

340-
debug!("Running health check for replica {}, {:?}", index, address);
340+
debug!("Running health check on server {:?}", address);
341+
341342
self.stats.server_tested(server.process_id(), address.id);
342343

343344
match tokio::time::timeout(

0 commit comments

Comments
 (0)
Please sign in to comment.