Skip to content

Commit

Permalink
Show more verbose error message (ticket #7095)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Feb 4, 2013
1 parent 0995c0f commit 2c980d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wfs/qgswfscapabilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ void QgsWFSCapabilities::capabilitiesReplyFinished()
if ( version != "1.0.0" && version != "1.0" )
{
mErrorCode = WFSVersionNotSupported;
mErrorMessage = tr( "The WFS server does not support WFS version 1.0" );
mErrorMessage = tr( "Either the WFS server does not support WFS version 1.0.0 or the WFS url is wrong" );
emit gotCapabilities();
return;
}
Expand Down

0 comments on commit 2c980d2

Please sign in to comment.