[Pkg-owncloud-commits] [owncloud-client] 100/332: csync_statedb: remove noisy output

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:44 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 e5b3363ecf5aa1f3a28da44ee41526a548b96478
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Wed Jun 18 15:40:26 2014 +0200

    csync_statedb: remove noisy output
---
 csync/src/csync_statedb.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/csync/src/csync_statedb.c b/csync/src/csync_statedb.c
index 4c254cf..db56ae4 100644
--- a/csync/src/csync_statedb.c
+++ b/csync/src/csync_statedb.c
@@ -316,8 +316,6 @@ static int _csync_file_stat_from_metadata_table( csync_file_stat_t **st, sqlite3
                         (char*) sqlite3_column_text(stmt, 11),
                         sizeof((*st)->remotePerm));
             }
-            CSYNC_LOG(CSYNC_LOG_PRIORITY_ERROR, "%s %s",sqlite3_column_text(stmt, 10),sqlite3_column_text(stmt, 11) );
-
         }
     }
     return rc;

-- 
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