Skip to content

Commit c94e370

Browse files
committed
Fix space in log
1 parent d53c1f5 commit c94e370

File tree

1 file changed

+1
-1
lines changed
  • firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/metadata

1 file changed

+1
-1
lines changed

firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/metadata/UserMetadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public Map<String, String> getCustomKeys(Map<String, String> eventKeys) {
170170
if (eventKeysOverLimit > 0) {
171171
Logger.getLogger()
172172
.w(
173-
"Ignored"
173+
"Ignored "
174174
+ eventKeysOverLimit
175175
+ " keys when adding event specific keys. Maximum allowable: "
176176
+ MAX_ATTRIBUTE_SIZE);

0 commit comments

Comments
 (0)