mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-24 01:32:16 -05:00
Print api_version if matching
This commit is contained in:
parent
fd24d128fe
commit
209b300638
@ -75,6 +75,8 @@ public class ApgCon {
|
||||
} else if (inf.metaData.getInt("api_version") != api_version) {
|
||||
Log.w(TAG, "Found ApgService API version" + inf.metaData.getInt("api_version") + " but exspected " + api_version);
|
||||
Log.w(TAG, "This probably won't work!");
|
||||
} else {
|
||||
Log.v(TAG, "Found api_version "+api_version+", everything should work");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user