Skip to content

Commit f0f34df

Browse files
author
yggverse
committed
update error message
1 parent 128b5d6 commit f0f34df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/client/connection/response/meta/mime/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ impl Display for Error {
1717
write!(f, "Protocol error")
1818
}
1919
Self::Undefined => {
20-
write!(f, "Undefined error")
20+
write!(f, "Undefined")
2121
}
2222
}
2323
}

src/client/connection/response/meta/status/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ impl Display for Error {
1717
write!(f, "Protocol error")
1818
}
1919
Self::Undefined => {
20-
write!(f, "Undefined error")
20+
write!(f, "Undefined")
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)