diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2015-03-08 19:24:02 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2015-03-08 19:24:02 +0000 |
commit | 957d85b4f12b71a8e86955fa5057afddbe181a1c (patch) | |
tree | 474c3e4480bc9b3eb8b6aef66c128d3eafac2b59 /src/changes/changes.xml | |
parent | babfdb1947d35dc0fa98bd5dc15f2330e956c1f4 (diff) | |
download | jackcess-957d85b4f12b71a8e86955fa5057afddbe181a1c.tar.gz jackcess-957d85b4f12b71a8e86955fa5057afddbe181a1c.zip |
lower log level for certain system table warnings; add contextual info to many errors/warnings: feature #29
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@919 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r-- | src/changes/changes.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 78bf4ea..0c866c0 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -21,6 +21,13 @@ selectively including different table types when iterating the tables in a Database. </action> + <action dev="jahlborn" type="add" system="SourceForge2Features" issue="29"> + Lowered the log level for certain warnings related to system tables + which do not generally affect jackcess functionality. + </action> + <action dev="jahlborn" type="add" system="SourceForge2Features" issue="29"> + Added contextual information to many errors and warnings. + </action> </release> <release version="2.0.8" date="2014-12-26"> <action dev="jahlborn" type="fix" system="SourceForge2" issue="113"> |