mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-13 11:17:33 +01:00
Improved log output for plain actions
This commit is contained in:
parent
17ba49374c
commit
8585572197
@ -16,4 +16,9 @@ public abstract class PlainAction extends BtLEAction {
|
||||
public boolean expectsResult() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return getCreationTime() + ": " + getClass().getSimpleName();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user