diff options
-rw-r--r-- | tapsets.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tapsets.cxx b/tapsets.cxx index df91f9ab..a2fb1622 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -953,7 +953,7 @@ struct dwflpp if (l_no != lineno) { if (sess.verbose > 3) - clog << "skiping approximate line number match " + clog << "skipping line number mismatch " << "(" << l_no << " vs " << lineno << ")" << " in file '" << srcfile << "'" << "\n"; |