Merge pull request #552 from teloxide/correct-open-issue-suggestion

Correct open issue suggestion
This commit is contained in:
Waffle Maybe 2022-03-21 20:18:39 +04:00 committed by GitHub
commit 3561ca5068
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -427,7 +427,7 @@ where
log::error!( log::error!(
"Cannot parse an update.\nError: {:?}\n\ "Cannot parse an update.\nError: {:?}\n\
This is a bug in teloxide-core, please open an issue here: \ This is a bug in teloxide-core, please open an issue here: \
https://github.com/teloxide/teloxide-core/issues.", https://github.com/teloxide/teloxide/issues.",
err, err,
); );
} }

View file

@ -224,7 +224,7 @@ where
log::error!( log::error!(
"Cannot parse an update.\nError: {:?}\n\ "Cannot parse an update.\nError: {:?}\n\
This is a bug in teloxide-core, please open an issue here: \ This is a bug in teloxide-core, please open an issue here: \
https://github.com/teloxide/teloxide-core/issues.", https://github.com/teloxide/teloxide/issues.",
err, err,
); );
return; return;