Skip to content

Commit

Permalink
Fix logtag
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Nov 1, 2022
1 parent 9ffa87c commit 1845729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/eu/darken/myperm/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ open class App : Application() {
}

companion object {
internal val TAG = logTag("AKSv4")
internal val TAG = logTag("App")
}
}

0 comments on commit 1845729

Please sign in to comment.