Skip to content

Commit

Permalink
Show URL protocol command in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Aug 24, 2022
1 parent 347cd1e commit cb8f96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/src/windows-url-protocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bool protocolExists(const QString &protocol)

void protocolInstall(const QString &protocol, const QString &command)
{
log(QStringLiteral("Installing URL protocol '%1'...").arg(protocol));
log(QStringLiteral("Installing URL protocol '%1' pointing to '%2'...").arg(protocol, command));

QSettings registry("HKEY_CURRENT_USER\\SOFTWARE\\Classes", QSettings::Registry64Format);

Expand Down

0 comments on commit cb8f96e

Please sign in to comment.