Print messages only shown with -v using Vg_DebugMsg, rather than Vg_UserMsg.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3391 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_errcontext.c b/coregrind/vg_errcontext.c
index 7f89278..339161c 100644
--- a/coregrind/vg_errcontext.c
+++ b/coregrind/vg_errcontext.c
@@ -962,8 +962,8 @@
    vg_suppressions = NULL;
    for (i = 0; i < VG_(clo_n_suppressions); i++) {
       if (VG_(clo_verbosity) > 1) {
-         VG_(message)(Vg_UserMsg, "Reading suppressions file: %s", 
-                                  VG_(clo_suppressions)[i] );
+         VG_(message)(Vg_DebugMsg, "Reading suppressions file: %s", 
+                                   VG_(clo_suppressions)[i] );
       }
       load_one_suppressions_file( VG_(clo_suppressions)[i] );
    }