add missing ) in the IB transport (which i dont compile for)
authorRonnie Sahlberg <sahlberg@ronnie>
Thu, 18 Oct 2007 23:05:37 +0000 (09:05 +1000)
committerRonnie Sahlberg <sahlberg@ronnie>
Thu, 18 Oct 2007 23:05:37 +0000 (09:05 +1000)
ib/ibw_ctdb_init.c

index ca37cf0151ebe17bf0e030c25210583187fc16ff..28b7a0374c63f7300798ad7b2be7921938698094 100644 (file)
@@ -180,7 +180,7 @@ static int ctdb_ibw_queue_pkt(struct ctdb_node *node, uint8_t *data, uint32_t le
 static void ctdb_ibw_restart(struct ctdb_node *node)
 {
        /* TODO: implement this method for IB */
-       DEBUG(0,("WARNING: method restart is not yet implemented for IB\n");
+       DEBUG(0,("WARNING: method restart is not yet implemented for IB\n"));
 }
 
 /*