Make warnings actual warnings
This commit is contained in:
parent
7af35b00f2
commit
86b086e392
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue