mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-03-31 09:05:45 +00:00
update error message
This commit is contained in:
parent
128b5d68b6
commit
f0f34dfdb2
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ impl Display for Error {
|
|||
write!(f, "Protocol error")
|
||||
}
|
||||
Self::Undefined => {
|
||||
write!(f, "Undefined error")
|
||||
write!(f, "Undefined")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ impl Display for Error {
|
|||
write!(f, "Protocol error")
|
||||
}
|
||||
Self::Undefined => {
|
||||
write!(f, "Undefined error")
|
||||
write!(f, "Undefined")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue