summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--lib/exception.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exception.cc b/lib/exception.cc
index 4fe6c87..420d955 100644
--- a/lib/exception.cc
+++ b/lib/exception.cc
@@ -26,7 +26,7 @@ namespace opkele {
exception_curl::exception_curl(OPKELE_E_PARS,CURLcode e)
: _error(e),
_curl_string(curl_easy_strerror(e)),
- exception_network(OPKELE_E_CONS_ w+" ["+_curl_string+']') {
+ exception_network(OPKELE_E_CONS_ w+" ["+curl_easy_strerror(e)+']') {
}
}