diff options
Diffstat (limited to 'messages.cpp')
-rw-r--r-- | messages.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/messages.cpp b/messages.cpp index eeea14b..7b294d4 100644 --- a/messages.cpp +++ b/messages.cpp @@ -252,6 +252,7 @@ int SendMsgSvc(WPARAM w, LPARAM l) if(strlen(tmp) < 2)
{
mir_free(tmp);
+ HistoryLog(ccs->hContact, "Failed to encrypt message with GPG", EVENTTYPE_MESSAGE, DBEF_SENT);
return CallService(MS_PROTO_CHAINSEND, w, l);
}
if(!bJabberAPI)
|