diff --git a/src/message.cc b/src/message.cc index 83f93db..ac357b7 100644 --- a/src/message.cc +++ b/src/message.cc @@ -187,7 +187,7 @@ namespace pEp { string Message::_str() { if (!(_msg->from && _msg->from->address && _msg->from->address[0])) - throw out_of_range("from_ missing"); + throw out_of_range(".from_.address missing"); char *mimetext; string result;