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:
authorChristian Kamm <kamm@incasoftware.de>2014-10-22 12:20:38 +0400
committerChristian Kamm <kamm@incasoftware.de>2014-10-22 12:41:55 +0400
commit7ae0338f5c210c59211f33a0148dc55a6b88cd95 (patch)
tree512779d0b1a911abbcb8d5ef89b536193663044c /src/gui/folderwatcher.cpp
parentb2460fbee2f2fedfa785d55b963f096627ea0af6 (diff)
parent8dc3f2146a865f6cd35029ee5f0d072c129582ef (diff)
Merge remote-tracking branch 'origin/1.7'
Conflicts: src/CMakeLists.txt src/cmd/cmd.cpp src/gui/socketapi.h src/libsync/syncengine.h test/CMakeLists.txt
Diffstat (limited to 'src/gui/folderwatcher.cpp')
-rw-r--r--src/gui/folderwatcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/folderwatcher.cpp b/src/gui/folderwatcher.cpp
index 001114fca..c63574310 100644
--- a/src/gui/folderwatcher.cpp
+++ b/src/gui/folderwatcher.cpp
@@ -81,7 +81,7 @@ bool FolderWatcher::pathIsIgnored( const QString& path )
QFileInfo fInfo(path);
if( fInfo.isHidden() ) {
- qDebug() << "* Discarded as is hidden!";
+ qDebug() << "* Discarded as is hidden!" << fInfo.filePath();
return true;
}