[Xorp-cvs] XORP cvs commit: xorp/bgp xorp/bgp/harness xorp/fea xorp/libproto xorp/libxipc xorp/libxorp xorp/mld6igmp xorp/pim

Pavlin Radoslavov pavlin@icir.org
Wed, 28 Sep 2005 17:31:44 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-09-28 17:31:44 UTC

XORP CVS repository


Modified files:
	bgp           peer_route_pair.hh route_table_ribin.cc 
	bgp/harness   bgppp.cc test_peer.cc 
	fea           fticonfig.cc ifconfig_set.cc mfea_node.cc 
	libproto      proto_node.hh 
	libxipc       xrl_dispatcher.cc xrl_router.cc 
	libxorp       callback.cc profile.hh 
	mld6igmp      mld6igmp_config.cc mld6igmp_node.cc 
	pim           pim_config.cc pim_node.cc 

Log message:
	Replace XLOG_FOO(my_string.c_str()) with
	XLOG_FOO("%s", my_string.c_str()).
	
	It is preferable to use the latter format as a guard in case
	"my_string" contains control chararacters like '%' that are
	interepretated by the formatting output conversion.

Revision  Changes                                Path
1.9       +3 -3;  commitid: 6235433ad2e47ea6;    xorp/bgp/harness/bgppp.cc
1.35      +4 -4;  commitid: 6235433ad2e47ea6;    xorp/bgp/harness/test_peer.cc
1.16      +2 -2;  commitid: 6235433ad2e47ea6;    xorp/bgp/peer_route_pair.hh
1.42      +2 -2;  commitid: 6235433ad2e47ea6;    xorp/bgp/route_table_ribin.cc
1.44      +31 -31;  commitid: 6235433ad2e47ea6;  xorp/fea/fticonfig.cc
1.32      +17 -17;  commitid: 6235433ad2e47ea6;  xorp/fea/ifconfig_set.cc
1.57      +15 -15;  commitid: 6235433ad2e47ea6;  xorp/fea/mfea_node.cc
1.32      +10 -10;  commitid: 6235433ad2e47ea6;  xorp/libproto/proto_node.hh
1.8       +2 -2;  commitid: 6235433ad2e47ea6;    xorp/libxipc/xrl_dispatcher.cc
1.51      +2 -2;  commitid: 6235433ad2e47ea6;    xorp/libxipc/xrl_router.cc
1.7       +2 -2;  commitid: 6235433ad2e47ea6;    xorp/libxorp/callback.cc
1.6       +3 -3;  commitid: 6235433ad2e47ea6;    xorp/libxorp/profile.hh
1.10      +14 -14;  commitid: 6235433ad2e47ea6;  xorp/mld6igmp/mld6igmp_config.cc
1.46      +21 -21;  commitid: 6235433ad2e47ea6;  xorp/mld6igmp/mld6igmp_node.cc
1.43      +49 -49;  commitid: 6235433ad2e47ea6;  xorp/pim/pim_config.cc
1.75      +21 -21;  commitid: 6235433ad2e47ea6;  xorp/pim/pim_node.cc