diff --git a/src/aws_http.zig b/src/aws_http.zig index 194b8ff..aa3f352 100644 --- a/src/aws_http.zig +++ b/src/aws_http.zig @@ -191,7 +191,7 @@ pub const AwsHttp = struct { // TODO: Timeout - is this now above us? log.debug( - "Request Complete. Response code {d}: {any}", + "Request Complete. Response code {d}: {?s}", .{ @intFromEnum(req.response.status), req.response.status.phrase() }, ); log.debug("Response headers:", .{});