mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update failure message
This commit is contained in:
parent
6f5c2c69d3
commit
e6de0af133
1 changed files with 1 additions and 1 deletions
|
|
@ -662,7 +662,7 @@ impl Page {
|
|||
},
|
||||
HeaderError::StatusUndefined => match message {
|
||||
Some(error) => gformat!("{error}"),
|
||||
None => gformat!("Undefined status code")
|
||||
None => gformat!("Status code yet not supported")
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue