Commit 18022025
This commit is contained in:
@@ -92,8 +92,8 @@ public class MainView {
|
||||
currentcontroller = loader.getController();
|
||||
|
||||
} catch (Exception e) {
|
||||
Logger.error("Unable to load " + fxmlfile + ", exception : " + e.getMessage());
|
||||
Logger.error("Unable to load " ,fxmlfile, ", exception : ", e.getMessage());
|
||||
}
|
||||
} else Logger.info("Not loading empty fxml file");
|
||||
} else Logger.error("loadContent Not loading empty fxml file");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user