summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-05-17 10:02:19 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-05-17 10:02:19 -0400
commit277f2b79b02bf69a1d72d05b06086b07bcc6a113 (patch)
treed96cec44852ecd259370ec0a06ac668676aacf71 /main.cxx
parent2171f774be4c06664c5d2a0c1b8ef1f8b870ffdb (diff)
downloadsystemtap-steved-277f2b79b02bf69a1d72d05b06086b07bcc6a113.tar.gz
systemtap-steved-277f2b79b02bf69a1d72d05b06086b07bcc6a113.tar.xz
systemtap-steved-277f2b79b02bf69a1d72d05b06086b07bcc6a113.zip
suppress "pass-2 failed" messages from "stap -l FOOBAR"; just produce empty output
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cxx b/main.cxx
index eadbd694..b53499b7 100644
--- a/main.cxx
+++ b/main.cxx
@@ -242,7 +242,7 @@ printscript(systemtap_session& s, ostream& o)
}
}
}
- }
+}
int pending_interrupts;