|
@@ -314,7 +314,7 @@ public class LightControl extends AbstractControl {
|
|
@Override
|
|
@Override
|
|
public String toString() {
|
|
public String toString() {
|
|
return getClass().getSimpleName() +
|
|
return getClass().getSimpleName() +
|
|
- "[light=" + light +
|
|
|
|
|
|
+ "[light=" + (light != null ? light.getType() : null) +
|
|
", controlDir=" + controlDir +
|
|
", controlDir=" + controlDir +
|
|
", axisRotation=" + axisRotation +
|
|
", axisRotation=" + axisRotation +
|
|
", invertAxisDirection=" + invertAxisDirection +
|
|
", invertAxisDirection=" + invertAxisDirection +
|