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