summaryrefslogtreecommitdiffabout
Unidiff
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 {
26 exception_curl::exception_curl(OPKELE_E_PARS,CURLcode e) 26 exception_curl::exception_curl(OPKELE_E_PARS,CURLcode e)
27 : _error(e), 27 : _error(e),
28 _curl_string(curl_easy_strerror(e)), 28 _curl_string(curl_easy_strerror(e)),
29 exception_network(OPKELE_E_CONS_ w+" ["+_curl_string+']') { 29 exception_network(OPKELE_E_CONS_ w+" ["+curl_easy_strerror(e)+']') {
30 } 30 }
31 31
32} 32}