[Linux-ha-dev] unknown escape sequence '\%'

Lars Ellenberg l.g.e at web.de
Tue Oct 26 01:39:29 MDT 2004


I'm just guessing :)

  lge

diff -u -p -r1.44 pils.c
--- lib/pils/pils.c	7 Oct 2004 12:59:02 -0000	1.44
+++ lib/pils/pils.c	26 Oct 2004 07:23:53 -0000
@@ -2090,7 +2090,7 @@ PILValidateInterfaceUniv(gpointer key, g
 
 #define PRSTAT(type)	{					\
 	PILLog(PIL_INFO, "Plugin system objects (" #type "): "		\
-	"\tnew %ld free \%ld current %ld"			\
+	"\tnew %ld free %ld current %ld"			\
 	,	PILstats.type.news				\
 	,	PILstats.type.frees				\
 	,	PILstats.type.news - PILstats.type.frees);	\


More information about the Linux-HA-Dev mailing list