~percona-toolkit-dev/percona-toolkit/release-2.2.2

« back to all changes in this revision

Viewing changes to bin/pt-stalk

  • Committer: Brian Fraser
  • Date: 2013-04-08 13:13:56 UTC
  • mto: This revision was merged to the branch mainline in revision 580.
  • Revision ID: brian.fraser@percona.com-20130408131356-0ekvpkly62h17lqv
Fix for 1156867: pt-stalk doesn't print the function name being used

Show diffs side-by-side

added added

removed removed

Lines of Context:
1255
1255
            cycles_true=0
1256
1256
         fi
1257
1257
 
1258
 
         local msg="Check results: $OPT_VARIABLE=$value, matched=${matched:-no}, cycles_true=$cycles_true"
 
1258
         local msg="Check results: $OPT_FUNCTION($OPT_VARIABLE)=$value, matched=${matched:-no}, cycles_true=$cycles_true"
1259
1259
         if [ "$matched" ]; then
1260
1260
            log "$msg"
1261
1261
         else