]> sourceware.org Git - lvm2.git/commitdiff
Make it compile with debug enabled.
authorPatrick Caulfield <pcaulfie@redhat.com>
Thu, 10 Nov 2005 08:49:29 +0000 (08:49 +0000)
committerPatrick Caulfield <pcaulfie@redhat.com>
Thu, 10 Nov 2005 08:49:29 +0000 (08:49 +0000)
daemons/clvmd/clvmd-gulm.c

index c610d8eec26b35337fe4a51daf9f63308106c91c..058138cca36d776c22f6466256c66978ecf52f8f 100644 (file)
@@ -346,8 +346,8 @@ static void set_node_state(struct node_info *ninfo, char *csid, uint8_t nodestat
      */
     tcp_remove_client(csid);
 
-    DEBUGLOG("set_node_state, '%s' state = %d (oldstate=%d), num_nodes=%d\n",
-            ninfo->name, ninfo->state, oldstate, num_nodes);
+    DEBUGLOG("set_node_state, '%s' state = %d num_nodes=%d\n",
+            ninfo->name, ninfo->state, num_nodes);
 }
 
 static struct node_info *add_or_set_node(char *name, struct in6_addr *ip, uint8_t state)
This page took 0.038382 seconds and 5 git commands to generate.