replace error log by debug log.

This commit is contained in:
Simon Morlat 2016-10-03 11:41:27 +02:00
parent 56bb8e926f
commit 216b240433

View file

@ -225,7 +225,8 @@ public class CallIncomingActivity extends Activity implements LinphoneSliderTrig
}
}
if (mCall == null) {
Log.e("Couldn't find incoming call");
//The incoming call no longer exists.
Log.d("Couldn't find incoming call");
finish();
return;
}