Просмотр исходного кода

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 14 лет назад
Родитель
Сommit
c4ce2eb64c
1 измененных файлов с 1 добавлено и 1 удалено
  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;
 	}