[Pkg-owncloud-commits] [owncloud-client] 209/219: CaseClash: more defensive logging on Windows.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:27 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 12b09fab679aebba99863283228d0710e38be172
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Fri Oct 3 11:54:32 2014 +0200

    CaseClash: more defensive logging on Windows.
---
 src/mirall/owncloudpropagator.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mirall/owncloudpropagator.cpp b/src/mirall/owncloudpropagator.cpp
index 4a94777..20392f8 100644
--- a/src/mirall/owncloudpropagator.cpp
+++ b/src/mirall/owncloudpropagator.cpp
@@ -386,10 +386,10 @@ bool OwncloudPropagator::localFileNameClash( const QString& relFile )
             // returns false.
         } else {
             QString realFileName = QString::fromWCharArray( FindFileData.cFileName );
-            qDebug() << Q_FUNC_INFO << "Real file name is " << realFileName;
             FindClose(hFind);
 
             if( ! file.endsWith(realFileName, Qt::CaseSensitive) ) {
+                qDebug() << Q_FUNC_INFO << "Detected case clash between " << file " and " << realFileName;
                 re = true;
             }
         }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list