]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix typo in deprecate msg + reformat to 80 char max
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Mon, 1 Sep 2014 20:47:55 +0000 (20:47 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Mon, 1 Sep 2014 20:47:55 +0000 (20:47 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14411

coregrind/m_main.c

index e880e44f33ef9811d94701f51dbf1c98ab1b242e..185520786cfd5be8ff34865e1311e7d17bafaae6 100644 (file)
@@ -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)