* [PATCH] libxl: remove spurious newline from LOG() message
@ 2013-10-25 7:47 Ian Campbell
2013-10-28 15:27 ` Ian Jackson
0 siblings, 1 reply; 2+ messages in thread
From: Ian Campbell @ 2013-10-25 7:47 UTC (permalink / raw)
To: xen-devel; +Cc: ian.jackson, Ian Campbell
From: Ian Campbell <ian.campbell@citrix.com>
The macro already includes this.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Cc: ian.jackson@eu.citrix.com
---
Was previously in arm64 guest support series, but not really part of it
---
tools/libxl/libxl_dom.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/libxl/libxl_dom.c b/tools/libxl/libxl_dom.c
index d3b6cf0..87e13dc 100644
--- a/tools/libxl/libxl_dom.c
+++ b/tools/libxl/libxl_dom.c
@@ -345,7 +345,7 @@ int libxl__build_pv(libxl__gc *gc, uint32_t domid,
return ERROR_FAIL;
}
- LOG(DEBUG, "pv kernel mapped %d path %s\n", state->pv_kernel.mapped, state->pv_kernel.path);
+ LOG(DEBUG, "pv kernel mapped %d path %s", state->pv_kernel.mapped, state->pv_kernel.path);
if (state->pv_kernel.mapped) {
ret = xc_dom_kernel_mem(dom,
state->pv_kernel.data,
--
1.8.4.rc3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] libxl: remove spurious newline from LOG() message
2013-10-25 7:47 [PATCH] libxl: remove spurious newline from LOG() message Ian Campbell
@ 2013-10-28 15:27 ` Ian Jackson
0 siblings, 0 replies; 2+ messages in thread
From: Ian Jackson @ 2013-10-28 15:27 UTC (permalink / raw)
To: Ian Campbell; +Cc: Ian Campbell, xen-devel
Ian Campbell writes ("[PATCH] libxl: remove spurious newline from LOG() message"):
> From: Ian Campbell <ian.campbell@citrix.com>
>
> The macro already includes this.
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-10-28 15:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-25 7:47 [PATCH] libxl: remove spurious newline from LOG() message Ian Campbell
2013-10-28 15:27 ` Ian Jackson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).