Skip to content

Commit

Permalink
fixup! TEMP add more log
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitdm-oslandia committed Jan 22, 2025
1 parent 2aa060c commit 3cd365f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/wms/qgswmsrenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ namespace QgsWms
throw QgsBadRequestException( QgsServiceException::QGIS_InvalidParameterValue, QStringLiteral( "The requested map size is too large" ) );
}

if ( mContext.socketFeedback()->isCanceled() )
if ( mContext.socketFeedback() && mContext.socketFeedback()->isCanceled() )
{
QgsDebugMsgLevel( QStringLiteral( "============== %1:%2." ).arg( __FILE__ ).arg( __LINE__ ), 2 );
return nullptr;
Expand Down

0 comments on commit 3cd365f

Please sign in to comment.