diff --git a/app/src/main/cpp/baresip.c b/app/src/main/cpp/baresip.c index 6893693d..6d3fb7d4 100644 --- a/app/src/main/cpp/baresip.c +++ b/app/src/main/cpp/baresip.c @@ -601,7 +601,7 @@ Java_com_tutpro_baresip_BaresipService_baresipStart(JNIEnv *env, jobject instanc stopped: - LOGD("tell main that baresip has stopped"); + LOGD("sending stopped event"); jstring javaError = (*env)->NewStringUTF(env, start_error); jmethodID stoppedId = (*env)->GetMethodID(env, g_ctx.mainActivityClz, "stopped", "(Ljava/lang/String;)V");