Skip to content
Snippets Groups Projects
Commit bcafb7bc authored by Moe Jette's avatar Moe Jette
Browse files

Modify log message for greater clarity.

parent 97c80164
No related branches found
No related tags found
No related merge requests found
...@@ -173,7 +173,7 @@ static int _validate_config_nodes(void) ...@@ -173,7 +173,7 @@ static int _validate_config_nodes(void)
break; break;
} }
if (!conf_record->bgl_part_id) { if (!conf_record->bgl_part_id) {
info("BGL PartitionID:NONE Nodes %s", nodes); info("BGL PartitionID:NONE Nodes:%s", nodes);
rc = EINVAL; rc = EINVAL;
} else { } else {
info("BGL PartitionID:%s Nodes:%s Conn:%s Mode:%s", info("BGL PartitionID:%s Nodes:%s Conn:%s Mode:%s",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment