* [PATCH] fix error message _init_backup
@ 2009-04-01 21:12 Takahiro Yasui
2009-04-02 0:14 ` Alasdair G Kergon
0 siblings, 1 reply; 2+ messages in thread
From: Takahiro Yasui @ 2009-04-01 21:12 UTC (permalink / raw)
To: lvm-devel
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@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;
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] fix error message _init_backup
2009-04-01 21:12 [PATCH] fix error message _init_backup Takahiro Yasui
@ 2009-04-02 0:14 ` Alasdair G Kergon
0 siblings, 0 replies; 2+ messages in thread
From: Alasdair G Kergon @ 2009-04-02 0:14 UTC (permalink / raw)
To: lvm-devel
On Wed, Apr 01, 2009 at 05:12:52PM -0400, Takahiro Yasui wrote:
>
Ack.
Alasdair
--
agk at redhat.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-02 0:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-01 21:12 [PATCH] fix error message _init_backup Takahiro Yasui
2009-04-02 0:14 ` 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.