File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,7 +189,8 @@ pub async fn run() {
189189 tracing:: info!( "Torrust timed shutdown.." ) ;
190190 } ,
191191 _ = tokio:: signal:: ctrl_c( ) => {
192- tracing:: info!( "Torrust shutting down via Ctrl+C ..." ) ;
192+ tracing:: info!( "Torrust tracker shutting down via Ctrl+C ..." ) ;
193+
193194 // Await for all jobs to shutdown
194195 futures:: future:: join_all( jobs) . await ;
195196 }
Original file line number Diff line number Diff line change @@ -7,11 +7,12 @@ async fn main() {
77 // handle the signals
88 tokio:: select! {
99 _ = tokio:: signal:: ctrl_c( ) => {
10- tracing:: info!( "Torrust shutting down ..." ) ;
10+ tracing:: info!( "Torrust tracker shutting down ..." ) ;
1111
1212 // Await for all jobs to shutdown
1313 futures:: future:: join_all( jobs) . await ;
14- tracing:: info!( "Torrust successfully shutdown." ) ;
14+
15+ tracing:: info!( "Torrust tracker successfully shutdown." ) ;
1516 }
1617 }
1718}
You can’t perform that action at this time.
0 commit comments