mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
Do print SST log messages.
This commit is contained in:
parent
565960816e
commit
1f4a89b10c
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ wsrep_log()
|
||||||
# echo everything to stderr so that it gets into common error log
|
# echo everything to stderr so that it gets into common error log
|
||||||
# deliberately made to look different from the rest of the 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)"
|
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()
|
wsrep_log_error()
|
||||||
|
|
Loading…
Add table
Reference in a new issue