add newline for output
This commit is contained in:
parent
049ea33c8d
commit
aabe2f1908
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ const SpeechHandler = struct {
|
||||||
var stdout_writer = std.fs.File.stdout().writer(&stdout_buffer);
|
var stdout_writer = std.fs.File.stdout().writer(&stdout_buffer);
|
||||||
const stdout = &stdout_writer.interface;
|
const stdout = &stdout_writer.interface;
|
||||||
defer stdout.flush() catch std.log.warn("Caught error writing speech data to stdout", .{});
|
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,
|
timestamp,
|
||||||
self.speech_count,
|
self.speech_count,
|
||||||
self.exec_program,
|
self.exec_program,
|
||||||
|
|
Loading…
Add table
Reference in a new issue