Skip to content

Commit 2da80e8

Browse files
committed
ui: color verbose logs the same as debug logs
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent 450ef8c commit 2da80e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/main/java/com/wireguard/android/activity/LogViewerActivity.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ class LogViewerActivity : AppCompatActivity() {
260260

261261
private fun levelToColor(level: String): Int {
262262
return when (level) {
263-
"D" -> debugColor
263+
"V", "D" -> debugColor
264264
"E" -> errorColor
265265
"I" -> infoColor
266266
"W" -> warningColor

0 commit comments

Comments
 (0)