Commit 1f4a89b1 authored by Nirbhay Choubey's avatar Nirbhay Choubey

Do print SST log messages.

parent 56596081
......@@ -128,7 +128,7 @@ wsrep_log()
# echo everything to stderr so that it gets into common error log
# deliberately made to look different from the rest of the log
local readonly tst="$(date +%Y%m%d\ %H:%M:%S.%N | cut -b -21)"
echo "$tst WSREP_SST: " >&2
echo "WSREP_SST: $* ($tst)" >&2
}
wsrep_log_error()
......
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