Fixing minor artifact. (#889)

edit(jplatte): Closes #888
This commit is contained in:
platlas 2025-03-15 20:29:16 +01:00 committed by GitHub
parent f98987f34c
commit aaa84034ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ impl<State, Action> View<State, Action, ViewCtx> for Image {
_: &mut State,
) -> MessageResult<Action> {
tracing::error!(
"Message arrived in Label::message, but Label doesn't consume any messages, this is a bug"
"Message arrived in Image::message, but Image doesn't consume any messages, this is a bug"
);
MessageResult::Stale(message)
}