Skip to content

Commit 2c980d2

Browse files
committedFeb 4, 2013
Show more verbose error message (ticket #7095)
1 parent 0995c0f commit 2c980d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/wfs/qgswfscapabilities.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ void QgsWFSCapabilities::capabilitiesReplyFinished()
208208
if ( version != "1.0.0" && version != "1.0" )
209209
{
210210
mErrorCode = WFSVersionNotSupported;
211-
mErrorMessage = tr( "The WFS server does not support WFS version 1.0" );
211+
mErrorMessage = tr( "Either the WFS server does not support WFS version 1.0.0 or the WFS url is wrong" );
212212
emit gotCapabilities();
213213
return;
214214
}

0 commit comments

Comments
 (0)
Please sign in to comment.