feat: improve spider event logging
This commit is contained in:
parent
1a121139e3
commit
124d8d7b34
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ impl Crawler {
|
||||||
match rx.try_recv() {
|
match rx.try_recv() {
|
||||||
// The channel is currently empty
|
// The channel is currently empty
|
||||||
Ok(x) => {
|
Ok(x) => {
|
||||||
info!("Received signal from tx");
|
info!("Received signal from tx: {}", x);
|
||||||
x
|
x
|
||||||
}
|
}
|
||||||
Err(TryRecvError::Empty) => false,
|
Err(TryRecvError::Empty) => false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue