[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
tinc/src protocol.c,1.28.4.133,1.28.4.134
Update of /home/CVS/tinc/src
In directory humbolt:/tmp/cvs-serv16629/src
Modified Files:
Tag: CABAL
protocol.c
Log Message:
Small updates.
Index: protocol.c
===================================================================
RCS file: /home/CVS/tinc/src/protocol.c,v
retrieving revision 1.28.4.133
retrieving revision 1.28.4.134
diff -u -r1.28.4.133 -r1.28.4.134
--- protocol.c 2002/09/04 16:26:44 1.28.4.133
+++ protocol.c 2002/09/04 19:57:53 1.28.4.134
@@ -103,9 +103,9 @@
{
sscanf(from->buffer, "%d", &request);
if(debug_lvl >= DEBUG_META)
- syslog(LOG_DEBUG, _("Broadcasting %s from %s (%s): %s"), request_name[request], from->name, from->hostname, from->buffer);
+ syslog(LOG_DEBUG, _("Forwarding %s from %s (%s): %s"), request_name[request], from->name, from->hostname, from->buffer);
else
- syslog(LOG_DEBUG, _("Broadcasting %s from %s (%s)"), request_name[request], from->name, from->hostname);
+ syslog(LOG_DEBUG, _("Forwarding %s from %s (%s)"), request_name[request], from->name, from->hostname);
}
from->buffer[from->reqlen - 1] = '\n';
--
Spamfilter: spam magnet and regexp collector / blocker
Archive: http://mail.nl.linux.org/spamfilter/
Website: http://spamfilter.nl.linux.org/