Make warnings actual warnings

This commit is contained in:
Aleix Pol 2016-06-22 16:31:01 +02:00
parent 7af35b00f2
commit 86b086e392

View file

@ -146,7 +146,7 @@ KdeConnectConfig::KdeConnectConfig()
//Extra security check
if (QFile::permissions(keyPath) != strict) {
qCDebug(KDECONNECT_CORE) << "Warning: KDE Connect private key file has too open permissions " << keyPath;
qCWarning(KDECONNECT_CORE) << "Warning: KDE Connect private key file has too open permissions " << keyPath;
}
}