| ... | @@ -103,6 +103,6 @@ pub fn log( | ... | @@ -103,6 +103,6 @@ pub fn log( |
| 103 | log_err_count += 1; | 103 | log_err_count += 1; |
| 104 | } | 104 | } |
| 105 | if (@enumToInt(message_level) <= @enumToInt(std.testing.log_level)) { | 105 | if (@enumToInt(message_level) <= @enumToInt(std.testing.log_level)) { |
| 106 | std.debug.print("[{}] ({}): " ++ format, .{ @tagName(scope), @tagName(message_level) } ++ args); | 106 | std.debug.print("[{}] ({}): " ++ format ++ "\n", .{ @tagName(scope), @tagName(message_level) } ++ args); |
| 107 | } | 107 | } |
| 108 | } | 108 | } |