diff options
author | Rajan Arora <rarora@redhat.com> | 2008-10-09 19:58:30 -0400 |
---|---|---|
committer | Rajan Arora <rarora@redhat.com> | 2008-10-09 19:58:30 -0400 |
commit | 1b1b4cebda9ceaa7a2a2b695a32ecb2588045076 (patch) | |
tree | d40f4da6cd854250b2523ddc5ab0563efef050d7 /tapsets.cxx | |
parent | e2607b19ce56830d64affed6a8ab169697bf2ccf (diff) | |
download | systemtap-steved-1b1b4cebda9ceaa7a2a2b695a32ecb2588045076.tar.gz systemtap-steved-1b1b4cebda9ceaa7a2a2b695a32ecb2588045076.tar.xz systemtap-steved-1b1b4cebda9ceaa7a2a2b695a32ecb2588045076.zip |
Display source context for error and warning messages (6701)
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 a5a62c7a..3a70936f 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -3799,7 +3799,7 @@ query_cu (Dwarf_Die * cudie, void * arg) { stringstream msg; msg << "address 0x" << hex << queryaddr - << "does not match the begining of a statement"; + << " does not match the beginning of a statement"; throw semantic_error(msg.str()); } } |