Merge "Print key for too long property values"
This commit is contained in:
@@ -238,7 +238,7 @@ public class SettingsToPropertiesMapper {
|
|||||||
}
|
}
|
||||||
value = "";
|
value = "";
|
||||||
} else if (value.length() > SYSTEM_PROPERTY_MAX_LENGTH) {
|
} else if (value.length() > SYSTEM_PROPERTY_MAX_LENGTH) {
|
||||||
log(value + " exceeds system property max length.");
|
log("key=" + key + " value=" + value + " exceeds system property max length.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user