mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-24 10:56:50 +01:00
Improved log output
This commit is contained in:
parent
9d9ef8a6f8
commit
1348bad4d3
@ -26,4 +26,9 @@ public class SetDeviceStateAction extends PlainAction {
|
||||
public Context getContext() {
|
||||
return context;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return super.toString() + " to " + deviceState;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user