[Pkg-owncloud-commits] [owncloud-client] 06/08: Remove debug layout
Sandro Knauß
hefee-guest at moszumanska.debian.org
Mon Jun 2 21:55:39 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 746c15b4aa5f1b80ee1aec3b5cee1c29eb311e5c
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Mon Jun 2 19:38:04 2014 +0200
Remove debug layout
---
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 1649f5e..52a6864 100644
--- a/src/mirall/owncloudpropagator.cpp
+++ b/src/mirall/owncloudpropagator.cpp
@@ -325,7 +325,7 @@ bool OwncloudPropagator::localFileNameClash( const QString& relFile )
hFind = FindFirstFileW( (wchar_t*)file.utf16(), &FindFileData);
if (hFind == INVALID_HANDLE_VALUE) {
- qDebug() << "FindFirstFile failed " << GetLastError();
+ //qDebug() << "FindFirstFile failed " << GetLastError();
// returns false.
} else {
QString realFileName = QString::fromWCharArray( FindFileData.cFileName );
--
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