[Pkg-owncloud-commits] [owncloud-client] 212/219: Propagator: Fix typo in Win32-only code
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:28 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 961df010cb3befc7650410e44ff4830ecf2f49e5
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Mon Oct 6 15:39:49 2014 +0200
Propagator: Fix typo in Win32-only code
---
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 20392f8..03a5031 100644
--- a/src/mirall/owncloudpropagator.cpp
+++ b/src/mirall/owncloudpropagator.cpp
@@ -389,7 +389,7 @@ bool OwncloudPropagator::localFileNameClash( const QString& relFile )
FindClose(hFind);
if( ! file.endsWith(realFileName, Qt::CaseSensitive) ) {
- qDebug() << Q_FUNC_INFO << "Detected case clash between " << file " and " << realFileName;
+ 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