]> sourceware.org Git - systemtap.git/commit
Set staprun's verbosity one less than stap
authorJosh Stone <jistone@redhat.com>
Thu, 11 Oct 2012 17:42:10 +0000 (10:42 -0700)
committerJosh Stone <jistone@redhat.com>
Thu, 11 Oct 2012 17:49:46 +0000 (10:49 -0700)
commite75a44649265b25281631cc2813ee7e708a9f82e
tree7fdcabf3794eb8f23aee69e7d1e8d6f3e2960d99
parentc5516866e80f0d30806a8dc366b616aa3b4ff579
Set staprun's verbosity one less than stap

Prior to commit e520ea8, staprun would get one -v for s.verbosity>1 and
a second -v for s.verbosity>2.  That commit unbounded the number of -v
for staprun, but changed the off-by-one, and staprun and stapio are too
chatty for that.

This also now sets stapdyn verbosity the same way.

* buildrun.cxx (make_run_command): Give one less -v flag.
  (make_dyninst_run_command): Set stapdyn -v flags the same way.
buildrun.cxx
This page took 0.028025 seconds and 5 git commands to generate.