Hi Zoran,

Reviewed the patch.
Ack.

/Neel.

On 2017/05/19 06:13 PM, Zoran Milinkovic wrote:
> Log level for message "ER Problem in sending to IMMD over MDS" is changed 
> from error to warning.
> ---
>   src/imm/immnd/immnd_evt.c | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/src/imm/immnd/immnd_evt.c b/src/imm/immnd/immnd_evt.c
> index cacf4d5..21d8671 100644
> --- a/src/imm/immnd/immnd_evt.c
> +++ b/src/imm/immnd/immnd_evt.c
> @@ -2939,7 +2939,7 @@ static uint32_t immnd_evt_proc_impl_set(IMMND_CB *cb, 
> IMMND_EVT *evt,
>           NULL; /*precaution. */
>   
>       if (rc != NCSCC_RC_SUCCESS) {
> -             LOG_ER("Problem in sending to IMMD over MDS");
> +             LOG_WA("Problem in sending to IMMD over MDS");
>               send_evt.info.imma.info.implSetRsp.error = SA_AIS_ERR_TRY_AGAIN;
>               cb->fevs_replies_pending--;
>               goto agent_rsp;
> @@ -3055,7 +3055,7 @@ static uint32_t immnd_evt_proc_ccb_init(IMMND_CB *cb, 
> IMMND_EVT *evt,
>                               &send_evt);
>   
>       if (rc != NCSCC_RC_SUCCESS) {
> -             LOG_ER("Problem in sending ro IMMD over MDS");
> +             LOG_WA("Problem in sending to IMMD over MDS");
>               send_evt.info.imma.info.ccbInitRsp.error = SA_AIS_ERR_TRY_AGAIN;
>               cb->fevs_replies_pending--;
>               goto agent_rsp;
> @@ -3199,7 +3199,7 @@ static uint32_t immnd_evt_proc_rt_update(IMMND_CB *cb, 
> IMMND_EVT *evt,
>                                       cb->immd_mdest_id, &send_evt);
>   
>               if (rc != NCSCC_RC_SUCCESS) {
> -                     LOG_ER("Problem in sending to IMMD over MDS");
> +                     LOG_WA("Problem in sending to IMMD over MDS");
>                       err = SA_AIS_ERR_TRY_AGAIN;
>                       cb->fevs_replies_pending--;
>                       goto agent_rsp;


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to