update logging
This commit is contained in:
parent
3ee875f738
commit
38f331b792
1 changed files with 2 additions and 2 deletions
|
@ -215,8 +215,8 @@ public class DateTimeMigration {
|
||||||
|
|
||||||
if (additions.size() > 0) {
|
if (additions.size() > 0) {
|
||||||
logger.log(additions.size() + " date/time literal" +
|
logger.log(additions.size() + " date/time literal" +
|
||||||
((additions.size() > 1) ? "s" : "") +
|
((additions.size() > 1) ? "s" : "") + ((additions.size() > 1) ? " were " : " was ") +
|
||||||
" were updated to the 1.2 representation.");
|
"updated to the 1.2 representation.");
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
aboxModel.leaveCriticalSection();
|
aboxModel.leaveCriticalSection();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue