Skip to content

Commit 764b0d3

Browse files
committed
f
1 parent 76432bb commit 764b0d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scheduler/task/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ impl BlockedTaskQueue {
542542
{
543543
// Set the task status to Blocked.
544544
let mut borrowed = task.borrow_mut();
545-
debug!("Blocking task {}", borrowed.id);
545+
error!("Blocking task {}", borrowed.id);
546546

547547
assert_eq!(
548548
borrowed.status,

0 commit comments

Comments
 (0)