Skip to content

Commit

Permalink
show values of unknown wkbtypes when rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 28, 2013
1 parent 4941a0e commit fe898a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectorlayer.cpp
Expand Up @@ -3717,7 +3717,7 @@ void QgsVectorLayer::drawFeature( QgsRenderContext &renderContext,
break;
}
default:
QgsDebugMsg( "Unknown WkbType ENCOUNTERED" );
QgsDebugMsg( QString( "Unknown WkbType 0x%1 ENCOUNTERED" ).arg( wkbType, 0, 16 ) );
break;
}
}
Expand Down

0 comments on commit fe898a0

Please sign in to comment.