[pve-devel] r6396 - pve-cluster/trunk/data/src

svn-commits at proxmox.com svn-commits at proxmox.com
Tue Aug 2 13:28:44 CEST 2011


Author: dietmar
Date: 2011-08-02 13:28:44 +0200 (Tue, 02 Aug 2011)
New Revision: 6396

Modified:
   pve-cluster/trunk/data/src/status.c
Log:
remmove debug message


Modified: pve-cluster/trunk/data/src/status.c
===================================================================
--- pve-cluster/trunk/data/src/status.c	2011-08-02 11:27:00 UTC (rev 6395)
+++ pve-cluster/trunk/data/src/status.c	2011-08-02 11:28:44 UTC (rev 6396)
@@ -1559,8 +1559,6 @@
 {
 	g_return_val_if_fail(dfsm != NULL, -1);
 
-	cfs_critical("TEST commit");
-
 	char *ip = (char *)g_hash_table_lookup(cfs_status.iphash, cfs.nodename);
 	if (!ip) 
 		ip = cfs.ip;




More information about the pve-devel mailing list