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:
parent
ae2a9ef538
commit
73dd93701a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue