[lvm-devel] [PATCH] fix error message _init_backup

Takahiro Yasui tyasui at redhat.com
Wed Apr 1 21:12:52 UTC 2009


Hi,

This is a patch to fix an error message in _init_backup function.

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


Signed-off-by: Takahiro Yasui <tyasui at redhat.com>
---
 lib/commands/toolcontext.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: LVM2.02.46-cvs-20090324/lib/commands/toolcontext.c
===================================================================
--- LVM2.02.46-cvs-20090324.orig/lib/commands/toolcontext.c
+++ LVM2.02.46-cvs-20090324/lib/commands/toolcontext.c
@@ -955,7 +955,7 @@ static int _init_backup(struct cmd_conte
 
 	if (!archive_init(cmd, dir, days, min,
 			  cmd->default_settings.archive)) {
-		log_debug("backup_init failed.");
+		log_debug("archive_init failed.");
 		return 0;
 	}
 




More information about the lvm-devel mailing list