Log sents

This commit is contained in:
M66B 2018-12-27 18:03:51 +00:00
parent ecff88269b
commit 0a25220965
1 changed files with 1 additions and 1 deletions

View File

@ -1759,7 +1759,7 @@ public class ServiceSynchronize extends LifecycleService {
// Send message
Address[] to = imessage.getAllRecipients();
itransport.sendMessage(imessage, to);
Log.i("Sent via " + ident.host + "/" + ident.user +
EntityLog.log(this, "Sent via " + ident.host + "/" + ident.user +
" to " + TextUtils.join(", ", to));
try {