diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-05-17 10:02:19 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-05-17 10:02:19 -0400 |
commit | 277f2b79b02bf69a1d72d05b06086b07bcc6a113 (patch) | |
tree | d96cec44852ecd259370ec0a06ac668676aacf71 /main.cxx | |
parent | 2171f774be4c06664c5d2a0c1b8ef1f8b870ffdb (diff) | |
download | systemtap-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.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -242,7 +242,7 @@ printscript(systemtap_session& s, ostream& o) } } } - } +} int pending_interrupts; |