minor fix - change log from info to warning on exception

This commit is contained in:
Carlos Ruiz 2008-03-04 02:34:41 +00:00
parent fc5ab214cf
commit 8e18feb9cc
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ public class DataElementHandler extends AbstractElementHandler {
}
catch (Exception e) {
log.info ("keyXname attribute. init from rs error."+e);
log.warning ("keyXname attribute. init from rs error."+e);
}
}