From: Philippe Waroquiers Date: Mon, 1 Sep 2014 20:47:55 +0000 (+0000) Subject: Fix typo in deprecate msg + reformat to 80 char max X-Git-Tag: svn/VALGRIND_3_10_0~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=950ce7e9d0be3d1b3b490a0ea14739d4b20562d3;p=thirdparty%2Fvalgrind.git Fix typo in deprecate msg + reformat to 80 char max git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14411 --- diff --git a/coregrind/m_main.c b/coregrind/m_main.c index e880e44f33..185520786c 100644 --- a/coregrind/m_main.c +++ b/coregrind/m_main.c @@ -818,8 +818,9 @@ void main_process_cmd_line_options ( /*OUT*/Bool* logging_to_fd, /* Notify about deprecated features */ if (VG_(clo_db_attach)) - VG_(umsg)("\nWarning: --db-attach is a deprecated feature which will be removed\n" - " in the next release. Use --vgdb-errors=1 instead\n\n"); + VG_(umsg) + ("\nWarning: --db-attach is a deprecated feature which will be\n" + " removed in the next release. Use --vgdb-error=1 instead\n\n"); /* Determine the path prefix for vgdb */ if (VG_(clo_vgdb_prefix) == NULL)