Skip to content

Commit 4f8a753

Browse files
authored
typo: internal_message should be external_message (#1194)
1 parent b604134 commit 4f8a753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dropshot/src/handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ impl HandlerError {
326326
pub(crate) fn external_message(&self) -> Option<&String> {
327327
match self {
328328
Self::Handler { .. } => None,
329-
Self::Dropshot(ref e) => Some(&e.internal_message),
329+
Self::Dropshot(ref e) => Some(&e.external_message),
330330
}
331331
}
332332

0 commit comments

Comments
 (0)