]> git.proxmox.com Git - mirror_corosync.git/commitdiff
config: Update message when local host isn't found
authorChristine Caulfield <ccaulfie@redhat.com>
Thu, 22 Feb 2018 09:56:48 +0000 (09:56 +0000)
committerJan Friesse <jfriesse@redhat.com>
Thu, 1 Mar 2018 13:20:00 +0000 (14:20 +0100)
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>
exec/totemconfig.c

index a42822967926ac04fc9b94a9af3b8aedaa2aa203..f178a88e2e4d4ae29786b391e951b23e4d805017 100644 (file)
@@ -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;
        }