[SCM] CTDB repository - branch 1.0.82 updated - ctdb-1.0.82-11-g2c81311

Ronnie Sahlberg sahlberg at samba.org
Mon Jul 13 21:35:46 MDT 2009


The branch, 1.0.82 has been updated
       via  2c81311d3a7e1ce7ea6008a3f9a90dca00fee8d2 (commit)
       via  f434f09f09bce30794c9429be8f619fecd24a6e1 (commit)
      from  8ada39306af1f1fdfe122dd0fc6d041aa6acf1c0 (commit)

http://gitweb.samba.org/?p=sahlberg/ctdb.git;a=shortlog;h=1.0.82


- Log -----------------------------------------------------------------
commit 2c81311d3a7e1ce7ea6008a3f9a90dca00fee8d2
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Tue Jul 14 10:54:05 2009 +1000

    new version 1.0.82-6

commit f434f09f09bce30794c9429be8f619fecd24a6e1
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Tue May 19 08:55:42 2009 +1000

    Change the loglevel of "registered tcp client for ..." to INFO
    instead of ERR

-----------------------------------------------------------------------

Summary of changes:
 packaging/RPM/ctdb.spec |    4 +++-
 server/ctdb_takeover.c  |    4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/packaging/RPM/ctdb.spec b/packaging/RPM/ctdb.spec
index f2f6c2f..7ddf414 100644
--- a/packaging/RPM/ctdb.spec
+++ b/packaging/RPM/ctdb.spec
@@ -5,7 +5,7 @@ Vendor: Samba Team
 Packager: Samba Team <samba at samba.org>
 Name: ctdb
 Version: 1.0.82
-Release: 5
+Release: 6
 Epoch: 0
 License: GNU GPL version 3
 Group: System Environment/Daemons
@@ -132,6 +132,8 @@ fi
 %{_libdir}/pkgconfig/ctdb.pc
 
 %changelog
+* Tue Jul 14 2009 : Version 1.0.82-6
+ - change loglevel for registering tcp clients
 * Wed Jun 10 2009 : Version 1.0.82-5
  - When banning a node, only drop all ips on the node being banned, not all nodes.
 * Tue Jun 9 2009 : Version 1.0.82-4
diff --git a/server/ctdb_takeover.c b/server/ctdb_takeover.c
index 4b32c6e..29c0ee6 100644
--- a/server/ctdb_takeover.c
+++ b/server/ctdb_takeover.c
@@ -1118,13 +1118,13 @@ int32_t ctdb_control_tcp_client(struct ctdb_context *ctdb, uint32_t client_id,
 
 	switch (addr.sa.sa_family) {
 	case AF_INET:
-		DEBUG(DEBUG_ERR,("registered tcp client for %u->%s:%u (client_id %u pid %u)\n",
+		DEBUG(DEBUG_INFO,("registered tcp client for %u->%s:%u (client_id %u pid %u)\n",
 			(unsigned)ntohs(tcp_sock->dest.ip.sin_port), 
 			ctdb_addr_to_str(&tcp_sock->src),
 			(unsigned)ntohs(tcp_sock->src.ip.sin_port), client_id, client->pid));
 		break;
 	case AF_INET6:
-		DEBUG(DEBUG_ERR,("registered tcp client for %u->%s:%u (client_id %u pid %u)\n",
+		DEBUG(DEBUG_INFO,("registered tcp client for %u->%s:%u (client_id %u pid %u)\n",
 			(unsigned)ntohs(tcp_sock->dest.ip6.sin6_port), 
 			ctdb_addr_to_str(&tcp_sock->src),
 			(unsigned)ntohs(tcp_sock->src.ip6.sin6_port), client_id, client->pid));


-- 
CTDB repository


More information about the samba-cvs mailing list