Fix logging

This commit is contained in:
Matthias Kuhn 2019-06-21 08:14:46 +02:00 committed by Jürgen Fischer
parent e9ef4dac06
commit 1d08ffedde

View File

@ -3567,7 +3567,7 @@ void QgsDxfExport::appendCurve( const QgsCurve &c, QVector<QgsPoint> &points, QV
break;
default:
QgsMessageLog( QStringLiteral( "Unexpected curve type %1" ).arg( c.wktTypeStr() ) );
QgsDebugMsg( QStringLiteral( "Unexpected curve type %1" ).arg( c.wktTypeStr() ) );
break;
}
}