[libvirt] [PATCH] virsh: fixed trivial comment and debug message in vshCommandOptVolBy function

Eric Blake eblake at redhat.com
Wed Jun 9 12:33:20 UTC 2010


On 06/08/2010 08:46 AM, Justin Clift wrote:
> ---
>  tools/virsh.c |    6 ++++--
>  1 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/tools/virsh.c b/tools/virsh.c
> index e444501..2e8cbec 100644
> --- a/tools/virsh.c
> +++ b/tools/virsh.c
> @@ -9411,17 +9411,19 @@ vshCommandOptVolBy(vshControl *ctl, const vshCmd *cmd,
>      if (name)
>          *name = n;
>  
> -    /* try it by PATH */
> +    /* try it by name */
>      if (pool && (flag & VSH_BYNAME)) {
> -        vshDebug(ctl, 5, "%s: <%s> trying as vol UUID\n",
> +        vshDebug(ctl, 5, "%s: <%s> trying as vol name\n",

ACK; pushed.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20100609/c727c326/attachment-0001.sig>


More information about the libvir-list mailing list