summaryrefslogtreecommitdiffstats
path: root/src/job/runnable.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/job/runnable.rs')
-rw-r--r--src/job/runnable.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/job/runnable.rs b/src/job/runnable.rs
index 5e6387a..de5b32d 100644
--- a/src/job/runnable.rs
+++ b/src/job/runnable.rs
@@ -3,6 +3,7 @@ use anyhow::Error;
use anyhow::Result;
use anyhow::anyhow;
use getset::Getters;
+use log::{warn, trace};
use tokio::stream::StreamExt;
use uuid::Uuid;