* [PATCH] Fix typos in _read_pv function
@ 2009-03-05 16:05 Takahiro Yasui
0 siblings, 0 replies; only message in thread
From: Takahiro Yasui @ 2009-03-05 16:05 UTC (permalink / raw)
To: lvm-devel
Hi,
This is a patch to fix typos in _read_pv() function.
Regards,
---
Takahiro Yasui
Hitachi Computer Products (America), Inc.
Signed-off-by: Takahiro Yasui <tyasui@redhat.com>
---
lib/format_text/import_vsn1.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: LVM2.02.46/lib/format_text/import_vsn1.c
===================================================================
--- LVM2.02.46.orig/lib/format_text/import_vsn1.c
+++ LVM2.02.46/lib/format_text/import_vsn1.c
@@ -179,7 +179,7 @@ static int _read_pv(struct format_instan
}
if (!_read_id(&pv->id, pvn, "id")) {
- log_error("Couldn't read uuid for volume group.");
+ log_error("Couldn't read uuid for physical volume.");
return 0;
}
@@ -213,7 +213,7 @@ static int _read_pv(struct format_instan
_read_int64(pvn, "dev_size", &pv->size);
if (!_read_int64(pvn, "pe_start", &pv->pe_start)) {
- log_error("Couldn't read extent size for volume group.");
+ log_error("Couldn't read extent size for physical volume.");
return 0;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-05 16:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-05 16:05 [PATCH] Fix typos in _read_pv function Takahiro Yasui
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.