altoslib: Add debugging to AltosPreferences.state() etc
[fw/altos] / altosuilib / AltosUIPreferencesBackend.java
index 6d7aa88bd75a09c6258ba90554daf50ff97abd73..0b01dea61f143a608554b69e68ca28de5b33ed9f 100644 (file)
@@ -106,4 +106,8 @@ public class AltosUIPreferencesBackend implements AltosPreferencesBackend {
                /* Use the file system view default directory */
                return FileSystemView.getFileSystemView().getDefaultDirectory();
        }
+
+       public void debug(String format, Object ... arguments) {
+               System.out.printf(format, arguments);
+       }
 }