IDEMPIERE-1679 Remove MGoal.getUserGoals: No Records found message from log
This commit is contained in:
parent
f3321a3eba
commit
9a3b47b3a0
|
@ -95,7 +95,7 @@ public class MGoal extends X_PA_Goal
|
||||||
rs = null; pstmt = null;
|
rs = null; pstmt = null;
|
||||||
}
|
}
|
||||||
if (list.size() == 0)
|
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 ()];
|
MGoal[] retValue = new MGoal[list.size ()];
|
||||||
list.toArray (retValue);
|
list.toArray (retValue);
|
||||||
return retValue;
|
return retValue;
|
||||||
|
|
Loading…
Reference in New Issue