[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:29:55 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=86b086e

The following commit has been merged in the master branch:
commit 86b086e392cf84aab0507055d0c262310ddd8607
Author: Aleix Pol <aleixpol at kde.org>
Date:   Wed Jun 22 16:31:01 2016 +0200

    Make warnings actual warnings
---
 core/kdeconnectconfig.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/kdeconnectconfig.cpp b/core/kdeconnectconfig.cpp
index 12d3cf2..435be04 100644
--- a/core/kdeconnectconfig.cpp
+++ b/core/kdeconnectconfig.cpp
@@ -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;
     }
 }
 

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list