GenerateModel: improve error logging
This commit is contained in:
parent
7e87449e5a
commit
4aca9007dd
|
@ -142,7 +142,7 @@ public class GenerateModel
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
log.severe("main - " + e);
|
log.log(Level.SEVERE, sql.toString(), e);
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue