mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-02 00:26:45 +00:00
Fix incorrect format for a message
This commit is contained in:
parent
bc12591449
commit
8528151a2b
@ -565,7 +565,7 @@ bool test::DRC_TEST_PROVIDER_DIFF_PAIR_COUPLING::Run()
|
||||
|
||||
drc_dbg( 10, wxT( " len %d gap %ld l %d\n" ),
|
||||
length,
|
||||
dp.computedGap,
|
||||
(long int) dp.computedGap,
|
||||
(int) dp.parentP->GetLayer() );
|
||||
|
||||
if( key.gapConstraint )
|
||||
|
Loading…
Reference in New Issue
Block a user