Fix a windows-only occurence of log()

This commit is contained in:
Rasmus Karlsson 2020-01-03 21:08:27 +01:00
parent 90296a2d85
commit 7f4b7564da

View file

@ -61,7 +61,7 @@ namespace {
if (command.isNull())
return QString();
log(command);
qDebug() << command;
// inject switch to enable private browsing
command = injectPrivateSwitch(command);