diff options
author | fche <fche> | 2006-04-10 18:51:10 +0000 |
---|---|---|
committer | fche <fche> | 2006-04-10 18:51:10 +0000 |
commit | 5fe3e97fe9d493543a9894b82d4bb968e9ee9ce9 (patch) | |
tree | 625b22531baeeb32b80e96291685ea6717877155 /tapsets.cxx | |
parent | 7abecb38074f26f8f22d40c85e9eb7846f15ca7d (diff) | |
download | systemtap-steved-5fe3e97fe9d493543a9894b82d4bb968e9ee9ce9.tar.gz systemtap-steved-5fe3e97fe9d493543a9894b82d4bb968e9ee9ce9.tar.xz systemtap-steved-5fe3e97fe9d493543a9894b82d4bb968e9ee9ce9.zip |
* verbose message tweak
Diffstat (limited to 'tapsets.cxx')
-rw-r--r-- | tapsets.cxx | 2 |
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"; |