Typo
This commit is contained in:
parent
034673dea5
commit
bbbb79a350
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ public final class LinphoneService extends Service implements LinphoneServiceLis
|
||||||
if (info != null) {
|
if (info != null) {
|
||||||
Log.i(LinphoneManager.TAG, "Linphone version is " + info.versionCode);
|
Log.i(LinphoneManager.TAG, "Linphone version is " + info.versionCode);
|
||||||
} else {
|
} else {
|
||||||
Log.i(LinphoneManager.TAG, "Linphone version is unkown");
|
Log.i(LinphoneManager.TAG, "Linphone version is unknown");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue