pull/147/head
M66B 6 years ago
parent ecff88269b
commit 0a25220965

@ -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 {

Loading…
Cancel
Save