Jelajahi Sumber

config: Update message when local host isn't found

Make the message more representative of what's going on.

Signed-off-by: Christine Caulfield <ccaulfie@redhat.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Christine Caulfield 8 tahun lalu
induk
melakukan
7a639d1b62
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      exec/totemconfig.c

+ 2 - 2
exec/totemconfig.c

@@ -1637,9 +1637,9 @@ int totem_config_validate (
 		goto parse_error;
 	}
 
-	/* Check we found a local node address */
+	/* Check we found a local node name */
 	if (icmap_get_uint32("nodelist.local_node_pos", &u32) != CS_OK) {
-		error_reason = "No valid address found for local host";
+		error_reason = "No valid name found for local host";
 		goto parse_error;
 	}