Microfix CURLException message.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
61a26dbb67
commit
4aa24900ef
|
@ -42,7 +42,7 @@ const char *CURLException::what() const noexcept
|
|||
+ " - " + _message};
|
||||
if (!_error_buffer.empty())
|
||||
{
|
||||
error_string.append("[" + _error_buffer + "]");
|
||||
error_string.append(" [" + _error_buffer + "]");
|
||||
}
|
||||
return error_string.c_str();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user