[Pkg-owncloud-commits] [owncloud-client] 25/115: Updater: Added a bit of useful logging.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Aug 29 22:03:56 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 8bc0d9acd3815d0884c59f58e2c37da493c1af0b
Author: Klaas Freitag <freitag at owncloud.com>
Date: Thu Aug 14 11:06:48 2014 +0200
Updater: Added a bit of useful logging.
---
csync/src/csync_update.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/csync/src/csync_update.c b/csync/src/csync_update.c
index 36270e3..63a2da1 100644
--- a/csync/src/csync_update.c
+++ b/csync/src/csync_update.c
@@ -342,6 +342,7 @@ static int _csync_detect_update(CSYNC *ctx, const char *file,
}
}
} else {
+ CSYNC_LOG(CSYNC_LOG_PRIORITY_DEBUG, "Unable to open statedb, setting inst to NEW" );
st->instruction = CSYNC_INSTRUCTION_NEW;
}
--
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