Skip to content

Commit 53574df

Browse files
committed
Correct log tag
1 parent bb1931c commit 53574df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

securesignals-gma-dev-app/src/main/java/com/uid2/dev/GMADevApplication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class GMADevApplication : Application() {
2929
)
3030
}
3131
} catch (ex: Exception) {
32-
Log.e("IMADevApplication", "Error initialising UID2Manager", ex)
32+
Log.e("GMADevApplication", "Error initialising UID2Manager", ex)
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)