added tostring to system scope to help with debugging

pull/324/merge
Justin Richer 12 years ago
parent 0e2d5830a4
commit 7307b4b19d

@ -201,6 +201,11 @@ public class SystemScope {
return true;
}
@Override
public String toString() {
return "SystemScope [value=" + value + ", description=" + description + ", icon=" + icon + ", allowDynReg=" + allowDynReg + ", defaultScope=" + defaultScope + "]";
}
}

Loading…
Cancel
Save