All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix error message in create_text_format
@ 2009-03-19 15:40 Takahiro Yasui
  2009-03-19 16:07 ` Alasdair G Kergon
  0 siblings, 1 reply; 2+ messages in thread
From: Takahiro Yasui @ 2009-03-19 15:40 UTC (permalink / raw)
  To: lvm-devel

Hi,

This patch fixes the error message in create_text_format
function.


Regards,
---
Takahiro Yasui
Hitachi Computer Products (America), Inc.



Signed-off-by: Takahiro Yasui <tyasui@redhat.com>
---
 lib/format_text/format-text.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: LVM2.02.46-20090316/lib/format_text/format-text.c
===================================================================
--- LVM2.02.46-20090316.orig/lib/format_text/format-text.c
+++ LVM2.02.46-20090316/lib/format_text/format-text.c
@@ -1996,8 +1996,8 @@ struct format_type *create_text_format(s
 			}
 
 			if (!_add_dir(cv->v.str, &mda_lists->dirs)) {
-				log_error("Failed to add %s to internal device "
-					  "cache", cv->v.str);
+				log_error("Failed to add %s to text format "
+					  "metadata directory list ", cv->v.str);
 				goto err;
 			}
 		}



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-19 16:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-19 15:40 [PATCH] Fix error message in create_text_format Takahiro Yasui
2009-03-19 16:07 ` Alasdair G Kergon

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.