minor fix - change log from info to warning on exception
This commit is contained in:
parent
fc5ab214cf
commit
8e18feb9cc
|
@ -154,7 +154,7 @@ public class DataElementHandler extends AbstractElementHandler {
|
||||||
|
|
||||||
}
|
}
|
||||||
catch (Exception e) {
|
catch (Exception e) {
|
||||||
log.info ("keyXname attribute. init from rs error."+e);
|
log.warning ("keyXname attribute. init from rs error."+e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue