GenerateModel: improve error logging

This commit is contained in:
teo_sarca 2008-12-05 12:11:57 +00:00
parent 7e87449e5a
commit 4aca9007dd
1 changed files with 1 additions and 1 deletions

View File

@ -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
{ {