X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Femailer.cc;h=57b06ed616663cc05e4b2cecb38a2ad3d9e20567;hb=9c44c5fa8eaf00ef4e61c08273b8df55047ac082;hp=7edad20b1d41de299e84dba3ae5558460866f6f6;hpb=85c2c9250f86dcc685b6e93e1e671a64cc0a24f3;p=dcpomatic.git diff --git a/src/lib/emailer.cc b/src/lib/emailer.cc index 7edad20b1..57b06ed61 100644 --- a/src/lib/emailer.cc +++ b/src/lib/emailer.cc @@ -219,7 +219,7 @@ Emailer::send (string server, int port, string user, string password) CURLcode const r = curl_easy_perform (curl); if (r != CURLE_OK) { - throw KDMError (String::compose (_("Failed to send email (%1)"), curl_easy_strerror (r))); + throw KDMError (_("Failed to send email"), curl_easy_strerror (r)); } curl_slist_free_all (recipients);