[libvirt] [PATCH 04/13] Remove newline from end of error message in virnodesuspend.c

Eric Blake eblake at redhat.com
Wed Jul 18 12:04:45 UTC 2012


On 07/18/2012 05:52 AM, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <berrange at redhat.com>
> 
> Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
> ---
>  src/util/virnodesuspend.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/util/virnodesuspend.c b/src/util/virnodesuspend.c
> index 7e37118..c6becce 100644
> --- a/src/util/virnodesuspend.c
> +++ b/src/util/virnodesuspend.c
> @@ -240,7 +240,7 @@ int nodeSuspendForDuration(virConnectPtr conn ATTRIBUTE_UNUSED,
>  
>      if (virThreadCreate(&thread, false, virNodeSuspend, (void *)cmdString) < 0) {
>          virNodeSuspendError(VIR_ERR_INTERNAL_ERROR, "%s",
> -                        _("Failed to create thread to suspend the host\n"));
> +                        _("Failed to create thread to suspend the host"));

ACK; another trivial rule patch.

-- 
Eric Blake   eblake at redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

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


More information about the libvir-list mailing list