Skip to content

Commit ce53a49

Browse files
committed
Add new field to debug impl
1 parent a1c5ab5 commit ce53a49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/error/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ impl fmt::Debug for DbError {
240240
fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
241241
fmt.debug_struct("DbError")
242242
.field("severity", &self.severity)
243+
.field("parsed_severity", &self.parsed_severity)
243244
.field("code", &self.code)
244245
.field("message", &self.message)
245246
.field("detail", &self.detail)

0 commit comments

Comments
 (0)