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

Fix deadlock_detection feature branch compilation #8824

Merged
merged 1 commit into from
Jun 8, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions parity/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,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