/** * Displays worning message * * @param msg */ public void worn(String msg) { Info.display("Ostrzezenie", msg); Log.warn(msg); }