Parinesh-Baitule / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

System.out.println feedback in OBJLoader #368

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If the OBJLoader finds an unexpected line in the source file it outputs the 
error via:

System.out.println("Unknown statement in OBJ! "+cmd);

This should be echoed to the logger, so that the output can be managed more 
easily.

Suggested patch is rather simple:

Original issue reported on code.google.com by j.warmer...@gmail.com on 21 Jul 2011 at 9:07

Attachments:

GoogleCodeExporter commented 8 years ago
I see I typed this issue incorrectly, but cannot seem to change it.

Original comment by j.warmer...@gmail.com on 21 Jul 2011 at 9:07

GoogleCodeExporter commented 8 years ago

Original comment by normen667 on 26 Aug 2011 at 10:10