finish ui flow for yubikey import

This commit is contained in:
Vincent Breitmoser
2015-03-22 06:36:27 +01:00
parent 2151411219
commit 212bba1869
9 changed files with 397 additions and 222 deletions

View File

@@ -230,7 +230,7 @@ public class ImportExportOperation extends BaseOperation {
}
} catch (Keyserver.QueryFailedException e) {
Log.e(Constants.TAG, "query failed", e);
log.add(LogType.MSG_IMPORT_FETCH_KEYSERVER_ERROR, 3);
log.add(LogType.MSG_IMPORT_FETCH_KEYSERVER_ERROR, 3, e.getMessage());
}
}