Fix logging

This commit is contained in:
2023-09-07 15:34:13 +03:00
parent da6ae2ce37
commit 2334c1a8f3

View File

@@ -306,4 +306,4 @@ fn main() {
} else { } else {
warn!("Stopped"); warn!("Stopped");
} }
} }