Remove unnecessary log messages. [Kevin Corry] --- diff/drivers/md/dm-mpath.c 2004-01-27 16:03:28.000000000 +0000 +++ source/drivers/md/dm-mpath.c 2004-01-27 16:04:11.000000000 +0000 @@ -572,7 +572,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);