From: Nicholas Nethercote Date: Thu, 12 Sep 2002 10:47:07 +0000 (+0000) Subject: Added Ram Bhamidipaty's wibble patch. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4731a38ef03780c085f8a71614efef3c184cc276;p=thirdparty%2Fvalgrind.git Added Ram Bhamidipaty's wibble patch. Merge to ERASER git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_1_0_BRANCH@941 --- diff --git a/vg_main.c b/vg_main.c index b5244ffcfc..4dfc7a4dff 100644 --- a/vg_main.c +++ b/vg_main.c @@ -821,7 +821,7 @@ static void process_cmd_line_options ( void ) else if (STREQN(15, argv[i], "--suppressions=")) { if (VG_(clo_n_suppressions) >= VG_CLO_MAX_SFILES) { - VG_(message)(Vg_UserMsg, "Too many logfiles specified."); + VG_(message)(Vg_UserMsg, "Too many suppression files specified."); VG_(message)(Vg_UserMsg, "Increase VG_CLO_MAX_SFILES and recompile."); bad_option(argv[i]);