Quiet an overly noisy message.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2363 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_symtab2.c b/coregrind/vg_symtab2.c
index 634f1fc..5673e58 100644
--- a/coregrind/vg_symtab2.c
+++ b/coregrind/vg_symtab2.c
@@ -213,7 +213,7 @@
     * correspond to one line, unlike with C-level debug info where
     * multiple instructions can map to the one line), but avoid
     * catching any other instructions bogusly. */
-   if (this > next) {
+   if (this > next && VG_(clo_verbosity) > 2) {
        VG_(message)(Vg_DebugMsg, 
                     "warning: line info addresses out of order "
                     "at entry %d: 0x%x 0x%x", entry, this, next);