Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsync/discoveryphase.cpp')
-rw-r--r--src/libsync/discoveryphase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsync/discoveryphase.cpp b/src/libsync/discoveryphase.cpp
index 41fa78e29..2a6c40071 100644
--- a/src/libsync/discoveryphase.cpp
+++ b/src/libsync/discoveryphase.cpp
@@ -260,7 +260,7 @@ void DiscoverySingleLocalDirectoryJob::run() {
auto dh = csync_vio_local_opendir(localPath);
if (!dh) {
- qCInfo(lcDiscovery) << "Error while opening directory" << (localPath) << errno;
+ qCCritical(lcDiscovery) << "Error while opening directory" << (localPath) << errno;
QString errorString = tr("Error while opening directory %1").arg(localPath);
if (errno == EACCES) {
errorString = tr("Directory not accessible on client, permission denied");