add newline for output

This commit is contained in:
Emil Lerch 2025-09-15 19:44:52 -07:00
parent 049ea33c8d
commit aabe2f1908
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -35,7 +35,7 @@ const SpeechHandler = struct {
var stdout_writer = std.fs.File.stdout().writer(&stdout_buffer);
const stdout = &stdout_writer.interface;
defer stdout.flush() catch std.log.warn("Caught error writing speech data to stdout", .{});
stdout.print("[{}] Speech {}->{?s}: {s}", .{
stdout.print("[{}] Speech {}->{?s}: {s}\n", .{
timestamp,
self.speech_count,
self.exec_program,