cleaned up main
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
macro_rules! check_shutdown {
|
||||
($shutdown_flag:expr) => {
|
||||
if $shutdown_flag.load(std::sync::atomic::Ordering::SeqCst) {
|
||||
logger::log_warn("Shutdown detected, stopping update").await;
|
||||
logger::log_warn("Shutdown detected, stopping processes").await;
|
||||
return Ok(());
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user