Skip to content

Commit

Permalink
Merge pull request #1693 from gendx/fix-syscall-tracing
Browse files Browse the repository at this point in the history
Fix remove_pending_callbacks formatting.
  • Loading branch information
bradjc committed Mar 17, 2020
2 parents 7efc61a + 18b373a commit 527afb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ impl<C: Chip> ProcessType for Process<'a, C> {
let count_after = tasks.len();
debug!(
"[{:?}] remove_pending_callbacks[{:#x}:{}] = {} callback(s) removed",
self.app_id,
self.appid(),
callback_id.driver_num,
callback_id.subscribe_num,
count_before - count_after,
Expand Down

0 comments on commit 527afb4

Please sign in to comment.