diff --git a/src/utils/controller.rs b/src/utils/controller.rs index 90da1fb1..d5084796 100644 --- a/src/utils/controller.rs +++ b/src/utils/controller.rs @@ -134,7 +134,7 @@ impl ProcessControl { rpc.clone().close() }; - for unit in [Encoder, Decoder, Ingest] { + for unit in [Decoder, Encoder, Ingest] { if let Err(e) = self.kill(unit) { if !e.contains("exited process") { error!("{e}")