From 639948b19fdd9eb93d7fe2554a6bfed003bdc478 Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 8 May 2007 20:40:38 +0000 Subject: 2007-05-08 Martin Hunt * buildrun.cxx (run_pass): Send proper verbosity level to staprun --- buildrun.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'buildrun.cxx') diff --git a/buildrun.cxx b/buildrun.cxx index e8bd5855..facfbb67 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -123,6 +123,7 @@ run_pass (systemtap_session& s) string staprun_cmd = string("sudo ") + string(BINDIR) + "/staprun " + (s.verbose>1 ? "-v " : "") + + (s.verbose>2 ? "-v " : "") + "-u " + username + " " + (s.output_file.empty() ? "" : "-o " + s.output_file + " "); -- cgit