Do print SST log messages.

This commit is contained in:
Nirbhay Choubey 2015-06-24 23:38:04 -04:00
parent 565960816e
commit 1f4a89b10c

View file

@ -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()