docfix
This commit is contained in:
parent
a140a6b5b3
commit
e6d12bc3dd
|
@ -62,8 +62,6 @@ ${HOME}/.config/mastorss/config-example.json
|
|||
|
||||
Same as [mastodon-cpp](https://github.com/tastytea/mastodon-cpp/blob/master/README.md#error-codes)
|
||||
|
||||
If you use a debug build, you get more verbose error messages.
|
||||
|
||||
# Copyright
|
||||
|
||||
Copyright © 2018 tastytea <tastytea@tastytea.de>.
|
||||
|
|
|
@ -70,6 +70,7 @@ const std::uint16_t http_get(const string &feedurl, string &answer, const string
|
|||
|
||||
return 0;
|
||||
}
|
||||
// TODO: More error codes
|
||||
catch (curlpp::RuntimeError &e)
|
||||
{
|
||||
cerr << "RUNTIME ERROR: " << e.what() << std::endl;
|
||||
|
|
Loading…
Reference in New Issue
Block a user