FABMASTER: demote odd graphics warning

Drill layers have many different shapes in FABMASTER.  These are not
used for board information, so we can ignore them.
This commit is contained in:
Seth Hillbrand 2021-02-26 11:36:12 -08:00
parent ae2a9ef538
commit 73dd93701a
1 changed files with 2 additions and 2 deletions

View File

@ -1220,7 +1220,7 @@ size_t FABMASTER::processGeometry( size_t aRow )
if( !gr_item )
{
wxLogError( wxString::Format( _( "Unhandled graphic item '%s' "
wxLogDebug( wxString::Format( _( "Unhandled graphic item '%s' "
"in Geometric definition row %zu" ),
gr_data.graphic_dataname.c_str(), geo_tag.c_str(), rownum ) );
continue;
@ -1404,7 +1404,7 @@ size_t FABMASTER::processTraces( size_t aRow )
if( !gr_item )
{
wxLogError( wxString::Format( _( "Unhandled graphic item '%s' "
wxLogDebug( wxString::Format( _( "Unhandled graphic item '%s' "
"in Traces definition row %zu" ),
gr_data.graphic_dataname.c_str(), rownum ) );
continue;