minor fix for logmessage

This commit is contained in:
tobi42 2010-02-20 08:04:13 +00:00
parent 6c16c5beee
commit dd65ec0229
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ public class MPeriod extends X_C_Period
} }
if (date2.after(last)) if (date2.after(last))
{ {
log.warning ("Automatic Period Control:" + date2 + " after last day - " + first); log.warning ("Automatic Period Control:" + date2 + " after last day - " + last);
return false; return false;
} }
// We are OK // We are OK