Ignore all sync log files in the sync dir.

This commit is contained in:
Klaas Freitag 2014-04-09 22:02:28 +02:00
parent d3d202de68
commit 09e05392bf

View file

@ -172,7 +172,7 @@ void FolderWatcherPrivate::slotReceivedNotification(int fd)
if (event->len > 0 && event->wd > -1) {
// qDebug() << Q_FUNC_INFO << event->name;
if (QByteArray(event->name).startsWith(".csync") ||
QByteArray(event->name) == ".owncloudsync.log") {
QByteArray(event->name).startsWith(".owncloudsync.log")) {
// qDebug() << "ignore journal";
} else {
const QString p = _watches[event->wd];