7
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:
jean-pierre charras 2025-01-17 11:54:14 +01:00
parent bc12591449
commit 8528151a2b

View File

@ -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 )