Eeschema: fix string formatting assertion in dialog_print_using_printer.cpp.

This commit is contained in:
Chris Pavlina 2015-07-20 19:29:59 -04:00 committed by Wayne Stambaugh
parent 991d1066ef
commit 752d0df916
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ void SCH_PRINTOUT::DrawPage( SCH_SCREEN* aScreen )
FitThisSizeToPaper( pageSizeIU );
fitRect = GetLogicalPaperRect();
wxLogDebug( wxT( "Fit rectangle: %d, %d, %d" ),
wxLogDebug( wxT( "Fit rectangle: x = %d, y = %d, w = %d, h = %d" ),
fitRect.x, fitRect.y, fitRect.width, fitRect.height );
// When is the actual paper size does not match the schematic page