|
From: <sv...@va...> - 2014-09-01 20:48:04
|
Author: philippe
Date: Mon Sep 1 20:47:55 2014
New Revision: 14411
Log:
Fix typo in deprecate msg + reformat to 80 char max
Modified:
trunk/coregrind/m_main.c
Modified: trunk/coregrind/m_main.c
==============================================================================
--- trunk/coregrind/m_main.c (original)
+++ trunk/coregrind/m_main.c Mon Sep 1 20:47:55 2014
@@ -818,8 +818,9 @@
/* 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)
|