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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2014-10-06 17:39:49 +0400
committerDaniel Molkentin <danimo@owncloud.com>2014-10-06 17:39:49 +0400
commit961df010cb3befc7650410e44ff4830ecf2f49e5 (patch)
tree0654924d0f52e634d5a0e00c7e3e4ca73fb9dea5
parent103986b3205351bbe042c3823540111a1e53da8d (diff)
Propagator: Fix typo in Win32-only codev1.7.0-beta3
-rw-r--r--src/mirall/owncloudpropagator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mirall/owncloudpropagator.cpp b/src/mirall/owncloudpropagator.cpp
index 20392f811..03a50310a 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;
}
}