[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] libxl: Drop unnecessary \n from log message
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1302024234 -3600 # Node ID 97763efc41f9b664cf6f7db653c9c3f51e50b358 # Parent d200c0df19a0cc612a2a4995dcc40194834097f7 libxl: Drop unnecessary \n from log message Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- diff -r d200c0df19a0 -r 97763efc41f9 tools/libxl/libxl_dm.c --- a/tools/libxl/libxl_dm.c Tue Apr 05 18:17:55 2011 +0100 +++ b/tools/libxl/libxl_dm.c Tue Apr 05 18:23:54 2011 +0100 @@ -802,7 +802,7 @@ ret = ERROR_INVAL; goto out; } - LIBXL__LOG(ctx, LIBXL__LOG_DEBUG, "Device model is a stubdom, domid=%d\n", stubdomid); + LIBXL__LOG(ctx, LIBXL__LOG_DEBUG, "Device model is a stubdom, domid=%d", stubdomid); ret = libxl_domain_destroy(ctx, stubdomid, 0); if (ret) goto out; _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |