fix log entry for addition of user attributes
This commit is contained in:
@@ -531,12 +531,12 @@ public class PgpKeyOperation {
|
|||||||
WrappedUserAttribute attribute = saveParcel.mAddUserAttribute.get(i);
|
WrappedUserAttribute attribute = saveParcel.mAddUserAttribute.get(i);
|
||||||
|
|
||||||
switch (attribute.getType()) {
|
switch (attribute.getType()) {
|
||||||
case WrappedUserAttribute.UAT_NONE:
|
|
||||||
log.add(LogType.MSG_MF_UAT_ADD_UNKNOWN, indent);
|
|
||||||
break;
|
|
||||||
case WrappedUserAttribute.UAT_IMAGE:
|
case WrappedUserAttribute.UAT_IMAGE:
|
||||||
log.add(LogType.MSG_MF_UAT_ADD_IMAGE, indent);
|
log.add(LogType.MSG_MF_UAT_ADD_IMAGE, indent);
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
log.add(LogType.MSG_MF_UAT_ADD_UNKNOWN, indent);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
PGPUserAttributeSubpacketVector vector = attribute.getVector();
|
PGPUserAttributeSubpacketVector vector = attribute.getVector();
|
||||||
|
|||||||
Reference in New Issue
Block a user