mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-09 01:04:44 +08:00
Fix for 1156867: pt-stalk doesn't print the function name being used
This commit is contained in:
@@ -1255,7 +1255,7 @@ stalk() {
|
||||
cycles_true=0
|
||||
fi
|
||||
|
||||
local msg="Check results: $OPT_VARIABLE=$value, matched=${matched:-no}, cycles_true=$cycles_true"
|
||||
local msg="Check results: $OPT_FUNCTION($OPT_VARIABLE)=$value, matched=${matched:-no}, cycles_true=$cycles_true"
|
||||
if [ "$matched" ]; then
|
||||
log "$msg"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user