We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25f60c commit 7cce46eCopy full SHA for 7cce46e
src/server/services/wms/qgswmsgetprint.cpp
@@ -50,7 +50,7 @@ namespace QgsWms
50
else
51
{
52
throw QgsServiceException( QStringLiteral( "InvalidFormat" ),
53
- QString( "Output format %1 is not supported by the GetPrint request" ).arg( format ) );
+ QString( "Output format %1 is not supported by the GetPrint request" ).arg( wmsParameters.formatAsString() ) );
54
}
55
56
response.setHeader( QStringLiteral( "Content-Type" ), contentType );
0 commit comments