summaryrefslogtreecommitdiff
path: root/service/ex.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2018-03-10 13:45:40 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2018-03-10 13:45:40 +0000
commit743f77d3161676c9c62ac648d8d85fac93da6259 (patch)
tree7f89ebafc57009ba98c0c7e21e5226c28d830a0a /service/ex.cpp
parentConfigure install rules (diff)
downloadmirrorsearch-743f77d3161676c9c62ac648d8d85fac93da6259.tar.bz2
mirrorsearch-743f77d3161676c9c62ac648d8d85fac93da6259.tar.xz
mirrorsearch-743f77d3161676c9c62ac648d8d85fac93da6259.zip
Tighten error handling
Diffstat (limited to 'service/ex.cpp')
-rw-r--r--service/ex.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/service/ex.cpp b/service/ex.cpp
index ec32416..f0e8e2e 100644
--- a/service/ex.cpp
+++ b/service/ex.cpp
@@ -6,5 +6,11 @@ namespace MirrorSearch {
{
s << msg;
}
+
+ void
+ CurlError::ice_print(std::ostream&s) const
+ {
+ s << msg;
+ }
}