Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Fix deadlock_detection feature branch compilation (#8824)
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian authored and niklasad1 committed Jun 8, 2018
1 parent 24c4351 commit a48ed02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parity/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ fn run_deadlock_detection_thread() {
use std::thread;
use std::time::Duration;
use parking_lot::deadlock;
use ansi_term::Style;

info!("Starting deadlock detection thread.");
// Create a background thread which checks for deadlocks every 10s
Expand Down

0 comments on commit a48ed02

Please sign in to comment.