IDEMPIERE-1679 Remove MGoal.getUserGoals: No Records found message from log

This commit is contained in:
Carlos Ruiz 2014-03-12 16:07:48 -05:00
parent f3321a3eba
commit 9a3b47b3a0
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public class MGoal extends X_PA_Goal
rs = null; pstmt = null;
}
if (list.size() == 0)
s_log.log (Level.WARNING, Msg.getMsg(ctx, "FindZeroRecords"));
s_log.log (Level.INFO, Msg.getMsg(ctx, "FindZeroRecords"));
MGoal[] retValue = new MGoal[list.size ()];
list.toArray (retValue);
return retValue;