Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Dec 2, 2024
1 parent 128b5d6 commit f0f34df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client/connection/response/meta/mime/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ impl Display for Error {
write!(f, "Protocol error")
}
Self::Undefined => {
write!(f, "Undefined error")
write!(f, "Undefined")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/client/connection/response/meta/status/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ impl Display for Error {
write!(f, "Protocol error")
}
Self::Undefined => {
write!(f, "Undefined error")
write!(f, "Undefined")
}
}
}
Expand Down

0 comments on commit f0f34df

Please sign in to comment.