mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
Merge pull request #552 from teloxide/correct-open-issue-suggestion
Correct open issue suggestion
This commit is contained in:
commit
3561ca5068
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue