From: Takahiro Yasui <tyasui@redhat.com>
To: lvm-devel@redhat.com
Subject: [PATCH] fix error message _init_backup
Date: Wed, 01 Apr 2009 17:12:52 -0400 [thread overview]
Message-ID: <49D3D8D4.6090707@redhat.com> (raw)
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;
}
next reply other threads:[~2009-04-01 21:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-01 21:12 Takahiro Yasui [this message]
2009-04-02 0:14 ` [PATCH] fix error message _init_backup Alasdair G Kergon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49D3D8D4.6090707@redhat.com \
--to=tyasui@redhat.com \
--cc=lvm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.