[Xorp-cvs] XORP cvs commit: xorp/libxorp

Pavlin Radoslavov pavlin@icir.org
Fri, 15 Jul 2005 06:48:26 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-07-15 06:48:26 UTC

XORP CVS repository


Modified files:
	libxorp       asyncio.cc 

Log message:
	Replace XLOG_WARNING messages inside is_pseudo_error() with debug_msg().
	
	There is no need to pring a warning message if, say, a read(2) or
	write(2) were interrupted, because they will be restarted by the
	libxorp async I/O facility.

Revision  Changes                              Path
1.16      +3 -3;  commitid: f87c42d75b257ea6;  xorp/libxorp/asyncio.cc