]> sourceware.org Git - lvm2.git/commitdiff
Fix name in msg in last checkin.
authorAlasdair Kergon <agk@redhat.com>
Wed, 22 Sep 2010 01:50:38 +0000 (01:50 +0000)
committerAlasdair Kergon <agk@redhat.com>
Wed, 22 Sep 2010 01:50:38 +0000 (01:50 +0000)
(The problem the last checkin addressed was a segfault in 'pvs -a' if .cache
didn't contain every PV in a VG.)

lib/filters/filter-md.c

index baf54ec3e0605cf7ce7257529739e09c750f8ac3..5cd8fb2335f7f9f9f2f445068a598f340971c486 100644 (file)
@@ -46,7 +46,7 @@ static int _ignore_md(struct dev_filter *f __attribute__((unused)),
 static void _destroy(struct dev_filter *f)
 {
        if (f->use_count)
-               log_error(INTERNAL_ERROR "Destroying sysfs filter while in use %u times.", f->use_count);
+               log_error(INTERNAL_ERROR "Destroying md filter while in use %u times.", f->use_count);
 
        dm_free(f);
 }
This page took 0.038858 seconds and 5 git commands to generate.