Fix MSG_MF_UID_PRIMARY log
This commit is contained in:
@@ -557,7 +557,7 @@ public class PgpKeyOperation {
|
|||||||
|
|
||||||
// keep track if we actually changed one
|
// keep track if we actually changed one
|
||||||
boolean ok = false;
|
boolean ok = false;
|
||||||
log.add(LogType.MSG_MF_UID_PRIMARY, indent);
|
log.add(LogType.MSG_MF_UID_PRIMARY, indent, saveParcel.mChangePrimaryUserId);
|
||||||
indent += 1;
|
indent += 1;
|
||||||
|
|
||||||
// we work on the modifiedPublicKey here, to respect new or newly revoked uids
|
// we work on the modifiedPublicKey here, to respect new or newly revoked uids
|
||||||
|
|||||||
@@ -786,7 +786,7 @@
|
|||||||
<string name="msg_mf_subkey_strip">"Stripping subkey %s"</string>
|
<string name="msg_mf_subkey_strip">"Stripping subkey %s"</string>
|
||||||
<string name="msg_mf_success">"Keyring successfully modified"</string>
|
<string name="msg_mf_success">"Keyring successfully modified"</string>
|
||||||
<string name="msg_mf_uid_add">"Adding user id %s"</string>
|
<string name="msg_mf_uid_add">"Adding user id %s"</string>
|
||||||
<string name="msg_mf_uid_primary">"Changing primary uid to %s"</string>
|
<string name="msg_mf_uid_primary">"Changing primary user id to %s"</string>
|
||||||
<string name="msg_mf_uid_revoke">"Revoking user id %s"</string>
|
<string name="msg_mf_uid_revoke">"Revoking user id %s"</string>
|
||||||
<string name="msg_mf_uid_error_empty">"User ID must not be empty!"</string>
|
<string name="msg_mf_uid_error_empty">"User ID must not be empty!"</string>
|
||||||
<string name="msg_mf_unlock_error">"Error unlocking keyring!"</string>
|
<string name="msg_mf_unlock_error">"Error unlocking keyring!"</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user