diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-21 20:09:12 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-21 20:09:12 +0300 |
commit | a1813a32b6302187814fc4e39107fac68bee7286 (patch) | |
tree | 0ec87173987b55a7eb16516267cdec9d1ad37030 /messages.cpp | |
parent | 7d4d8ddd73ec9977d7bcd0b90c6b8e3725e26cc2 (diff) |
modified: messages.cpp
modified: utilities.cpp
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)
|