Skip to content

Commit

Permalink
413607: fix typo in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
greatyan committed Sep 30, 2013
1 parent ffe1c1f commit aeceb5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ protected void initializeContent( ReportElementDesign design,
{
getLogger( )
.log( Level.WARNING,
"Page Break Intervel for listing element {0} is {1}. Reset it to {1} to prevent OOM",
"Page Break Interval for listing element {0} is {1}. Reset it to {2} to prevent OOM",
new Object[]{getInstanceID( ).toString( ),
pageBreakInterval, maxPageBreakInterval} );
pageBreakInterval = maxPageBreakInterval;
Expand Down

0 comments on commit aeceb5c

Please sign in to comment.