summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfche <fche>2006-04-10 18:51:10 +0000
committerfche <fche>2006-04-10 18:51:10 +0000
commit5fe3e97fe9d493543a9894b82d4bb968e9ee9ce9 (patch)
tree625b22531baeeb32b80e96291685ea6717877155
parent7abecb38074f26f8f22d40c85e9eb7846f15ca7d (diff)
downloadsystemtap-steved-5fe3e97fe9d493543a9894b82d4bb968e9ee9ce9.tar.gz
systemtap-steved-5fe3e97fe9d493543a9894b82d4bb968e9ee9ce9.tar.xz
systemtap-steved-5fe3e97fe9d493543a9894b82d4bb968e9ee9ce9.zip
* verbose message tweak
-rw-r--r--tapsets.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index 62e58449..12982259 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -955,7 +955,7 @@ dwflpp
if (sess.verbose>2)
clog << "prologue searching function '" << func->name << "'"
- << " 0x" << hex << entrypc << dec
+ << " 0x" << hex << entrypc << "-0x" << highpc << dec
<< "@" << func->decl_file << ":" << func->decl_line
<< "\n";