Skip to content

Commit 606b878

Browse files
committed
adjust debug! location
Signed-off-by: Brian L. Troutwine <[email protected]>
1 parent 72aad51 commit 606b878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lading/src/blackhole/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ where
6565
continue;
6666
}
6767
};
68+
debug!("Accepted connection from {addr}");
6869

6970
let sem = Arc::clone(&sem);
7071
let service_factory = make_service.clone();
7172

7273
join_set.spawn(async move {
73-
debug!("Accepted connection from {addr}");
7474
let permit = match sem.try_acquire() {
7575
Ok(p) => p,
7676
Err(TryAcquireError::Closed) => {

0 commit comments

Comments
 (0)