diff --git a/pcbnew/plugins/fabmaster/import_fabmaster.cpp b/pcbnew/plugins/fabmaster/import_fabmaster.cpp index ae508715ab..1c5403d1c8 100644 --- a/pcbnew/plugins/fabmaster/import_fabmaster.cpp +++ b/pcbnew/plugins/fabmaster/import_fabmaster.cpp @@ -2027,7 +2027,7 @@ bool FABMASTER::loadFootprints( BOARD* aBoard ) if( !IsPcbLayer( layer ) ) { - printf("The layer %s is not mapped?\n", ref->layer.c_str() ); + wxLogDebug("The layer %s is not mapped?\n", ref->layer.c_str() ); continue; }