[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Append a newline to error messages, so that they are parsed by XendCheckpoint.py
# HG changeset patch # User emellor@ewan # Node ID f15892b95965e1f7f2f636734c743c5919554cd7 # Parent 17f110647efac3e98d5977707e6df3c6be2e8426 Append a newline to error messages, so that they are parsed by XendCheckpoint.py correctly. Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx> diff -r 17f110647efa -r f15892b95965 tools/libxc/xc_linux_save.c --- a/tools/libxc/xc_linux_save.c Sun Oct 9 10:52:24 2005 +++ b/tools/libxc/xc_linux_save.c Sun Oct 9 10:53:34 2005 @@ -35,7 +35,7 @@ #define DEBUG 0 #if 1 -#define ERR(_f, _a...) do { fprintf(stderr, _f , ## _a); fflush(stderr); } while (0) +#define ERR(_f, _a...) do { fprintf(stderr, _f "\n" , ## _a); fflush(stderr); } while (0) #else #define ERR(_f, _a...) ((void)0) #endif _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |