Flush logs after each message

- Remove or optimize this.
This commit is contained in:
Malte Meiboom
2026-05-21 12:45:30 +02:00
parent 3d5c98be82
commit 3e60bfbde4
+1
View File
@@ -221,6 +221,7 @@ impl Daemon {
}
}
log::logger().flush();
Status::Continue
}