mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Logging message cleanup
This commit is contained in:
parent
d809fcc301
commit
0465e3a117
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue