summaryrefslogtreecommitdiff
path: root/messages.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-08-21 20:09:12 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-08-21 20:09:12 +0300
commita1813a32b6302187814fc4e39107fac68bee7286 (patch)
tree0ec87173987b55a7eb16516267cdec9d1ad37030 /messages.cpp
parent7d4d8ddd73ec9977d7bcd0b90c6b8e3725e26cc2 (diff)
modified: messages.cpp
modified: utilities.cpp
Diffstat (limited to 'messages.cpp')
-rw-r--r--messages.cpp1
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)