Skip to content

Commit f0e6ac2

Browse files
committed
change Log.e to Log.i
1 parent 18cb991 commit f0e6ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller-application/Police/app/src/main/java/io/github/xei/police/joystick/JoystickPresenter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class JoystickPresenter(private val model: JoystickContract.Model, private val v
4444
override fun sendActionToAgent(action: Action) {
4545
if (view.isActive) {
4646
view.sendActionToAgent(action)
47-
Log.e("Action: " + action.toString())
47+
Log.i("Action: " + action.toString())
4848
}
4949
}
5050

0 commit comments

Comments
 (0)