[dm-devel] [PATCH] 3/3: Remove log messages

Kevin Corry kevcorry at us.ibm.com
Mon Jan 19 14:55:02 UTC 2004


Remove unnecessary log messages.

--- diff/drivers/md/dm-mpath.c	2004-01-19 13:42:28.000000000 -0600
+++ source/drivers/md/dm-mpath.c	2004-01-19 13:42:21.000000000 -0600
@@ -569,7 +569,6 @@
 	/* parse the priority groups */
 	while (as.argc) {
 		struct priority_group *pg;
-		DMERR("calling parse priority group");
 		pg = parse_priority_group(&as, m, ti);
 		if (pg)
 			__insert_priority_group(m, pg);





More information about the dm-devel mailing list