Skip to content

Commit

Permalink
Remove service restart logger
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan770 committed Apr 4, 2021
1 parent 6a71cdf commit af46aa5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ where

while let Err(ref e) = spawned {
if <S as Service<I>>::restartable(e) {
tracing::warn!("Restarting service due to error match");
spawned = spawner!(config.clone(), stream.clone(), &mut sink);
} else {
return spawned;
Expand Down

0 comments on commit af46aa5

Please sign in to comment.