Skip to content

Commit

Permalink
fix(daemon): Remove non-atomic global in signal handler
Browse files Browse the repository at this point in the history
Closes #42
  • Loading branch information
mmstick committed Oct 17, 2019
1 parent cae3400 commit e746672
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/daemon/sighandler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ pub fn init() {
_ => unreachable!(),
};

warn!("caught {} signal", signal);
PENDING.store(signal as u8, Ordering::SeqCst);
}

Expand Down

0 comments on commit e746672

Please sign in to comment.