Skip to content
Snippets Groups Projects
Commit 40cf25eb authored by Tristan Matthews's avatar Tristan Matthews
Browse files

SipService: fix log message

parent a79610c2
Branches
No related tags found
No related merge requests found
...@@ -381,7 +381,7 @@ public class SipService extends Service { ...@@ -381,7 +381,7 @@ public class SipService extends Service {
getExecutor().execute(new SipRunnable() { getExecutor().execute(new SipRunnable() {
@Override @Override
protected void doRun() throws SameThreadException { protected void doRun() throws SameThreadException {
Log.i(TAG, "SipService.placeCall() thread running..."); Log.i(TAG, "SipService.accept() thread running...");
callManagerJNI.accept(callID); callManagerJNI.accept(callID);
} }
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment