Explorar el Código

votequorum: add missing new line

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com>
Fabio M. Di Nitto hace 14 años
padre
commit
c4ce2eb64c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      services/votequorum.c

+ 1 - 1
services/votequorum.c

@@ -461,7 +461,7 @@ static void read_quorum_config(void)
         }
 
 	if (two_node && cluster_members > 2) {
-		log_printf(LOGSYS_LEVEL_WARNING, "quorum.two_node was set but there are more than 2 nodes in the cluster. It will be ignored.");
+		log_printf(LOGSYS_LEVEL_WARNING, "quorum.two_node was set but there are more than 2 nodes in the cluster. It will be ignored.\n");
 		two_node = 0;
 	}