mirror of
https://github.com/telemt/telemt.git
synced 2026-06-12 22:11:43 +03:00
Atomically claim pressure eviction budget in MR
This commit is contained in:
@@ -38,10 +38,7 @@ fn format_maestro_line(message: impl AsRef<str>, colors_enabled: bool) -> String
|
||||
pub(crate) fn print_maestro_line(message: impl AsRef<str>) {
|
||||
eprintln!(
|
||||
"{}",
|
||||
format_maestro_line(
|
||||
message,
|
||||
MAESTRO_COLORS_ENABLED.load(Ordering::Relaxed)
|
||||
)
|
||||
format_maestro_line(message, MAESTRO_COLORS_ENABLED.load(Ordering::Relaxed))
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user