Skip to content

Commit

Permalink
Android: #253: Better error message in log
Browse files Browse the repository at this point in the history
  • Loading branch information
hvge committed Oct 30, 2019
1 parent 753bce2 commit a4038cc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -256,7 +256,7 @@ public void onCancel() {
* @return Dummy {@link ICancelable} object that does nothing.
*/
private static ICancelable reportSimultaneousRequest(@NonNull final IBiometricAuthenticationCallback callback) {
PA2Log.e("Cannot execute multiple biometric authentication requests. This request is going to be canceled.");
PA2Log.e("Cannot execute more than one biometric authentication request at the same time. This request is going to be canceled.");
// Report cancel to the main thread.
new DefaultCallbackDispatcher().dispatchCallback(new Runnable() {
@Override
Expand Down

0 comments on commit a4038cc

Please sign in to comment.