Skip to content

Commit e20410a

Browse files
committedFeb 11, 2018
also log help "key" used to construct URI
1 parent edcd2a1 commit e20410a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/qgshelp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ QUrl QgsHelp::helpUrl( const QString &key )
7474

7575
helpPath = QStringLiteral( "%1/%2" ).arg( fullPath, key );
7676

77-
QgsMessageLog::logMessage( QObject::tr( "Trying to open help from '%1'" ).arg( helpPath ), QObject::tr( "QGIS Help" ), Qgis::Info );
77+
QgsMessageLog::logMessage( QObject::tr( "Trying to open help using key '%1'. Full URI is '%2'…" ).arg( key ).arg( helpPath ), QObject::tr( "QGIS Help" ), Qgis::Info );
7878

7979
if ( helpPath.startsWith( QStringLiteral( "http" ) ) )
8080
{

0 commit comments

Comments
 (0)
Please sign in to comment.