Commit 0465e3a1 authored by Alexey Yurchenko's avatar Alexey Yurchenko Committed by Nirbhay Choubey

Logging message cleanup

parent d809fcc3
......@@ -1070,14 +1070,14 @@ wsrep_cb_status_t wsrep_sst_donate_cb (void* app_ctx, void* recv_ctx,
wsp::env env(NULL);
if (env.error())
{
WSREP_ERROR("sst_donate_other(): env var ctor failed: %d", -env.error());
WSREP_ERROR("wsrep_sst_donate_cb(): env var ctor failed: %d", -env.error());
return WSREP_CB_FAILURE;
}
int ret;
if ((ret= sst_append_auth_env(env, sst_auth_real)))
{
WSREP_ERROR("sst_donate_other(): appending auth env failed: %d", ret);
WSREP_ERROR("wsrep_sst_donate_cb(): appending auth env failed: %d", ret);
return WSREP_CB_FAILURE;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment