Fix for 1156867: pt-stalk doesn't print the function name being used

This commit is contained in:
Brian Fraser
2013-04-08 10:13:56 -03:00
parent f8999689b5
commit 59cd002335
2 changed files with 5 additions and 5 deletions

View File

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