Skip to content

Commit

Permalink
Merge pull request ClusterLabs#1244 from HideoYamauchi/change_log_level
Browse files Browse the repository at this point in the history
Low: crmd: Change of the log level(again).
  • Loading branch information
kgaillot committed Mar 15, 2017
2 parents 17371f1 + 700ee9c commit 882b57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crmd/join_dc.c
Expand Up @@ -132,7 +132,7 @@ join_make_offer(gpointer key, gpointer value, gpointer user_data)
}

if (member->uname == NULL) {
crm_warn("No recipient for welcome message.(Node uuid:%s)", member->uuid);
crm_info("No recipient for welcome message.(Node uuid:%s)", member->uuid);
return;
}

Expand Down

0 comments on commit 882b57a

Please sign in to comment.