Skip to content
Permalink
Browse files
also log help "key" used to construct URI
  • Loading branch information
alexbruy committed Feb 11, 2018
1 parent edcd2a1 commit e20410a
Showing 1 changed file with 1 addition and 1 deletion.
@@ -74,7 +74,7 @@ QUrl QgsHelp::helpUrl( const QString &key )

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

QgsMessageLog::logMessage( QObject::tr( "Trying to open help from '%1'" ).arg( helpPath ), QObject::tr( "QGIS Help" ), Qgis::Info );
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 );

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

0 comments on commit e20410a

Please sign in to comment.