diff options
Diffstat (limited to 'src/purgatory/sync/loop.rs')
| -rw-r--r-- | src/purgatory/sync/loop.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/purgatory/sync/loop.rs b/src/purgatory/sync/loop.rs index aaf1300..ebca766 100644 --- a/src/purgatory/sync/loop.rs +++ b/src/purgatory/sync/loop.rs | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | use std::sync::Arc; | 12 | use std::sync::Arc; |
| 13 | use std::time::Duration; | 13 | use std::time::Duration; |
| 14 | use tokio::task::JoinHandle; | 14 | use tokio::task::JoinHandle; |
| 15 | use tracing::{debug, info, warn}; | 15 | use tracing::{debug, info}; |
| 16 | 16 | ||
| 17 | use crate::purgatory::Purgatory; | 17 | use crate::purgatory::Purgatory; |
| 18 | 18 | ||