--- sbbs/src/sbbs3/putnode.cpp 2018/04/24 16:41:24 1.1 +++ sbbs/src/sbbs3/putnode.cpp 2018/04/24 16:43:51 1.1.1.2 @@ -2,13 +2,13 @@ /* Synchronet node information writing routines */ -/* $Id: putnode.cpp,v 1.1 2018/04/24 16:41:24 root Exp $ */ +/* $Id: putnode.cpp,v 1.1.1.2 2018/04/24 16:43:51 root Exp $ */ /**************************************************************************** * @format.tab-size 4 (Plain Text/Source Code File Header) * * @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) * * * - * Copyright 2005 Rob Swindell - http://www.synchro.net/copyright.html * + * Copyright 2009 Rob Swindell - http://www.synchro.net/copyright.html * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * @@ -149,7 +149,7 @@ int sbbs_t::putnodeext(uint number, char if(count>(LOOP_NODEDAB/2) && count!=LOOP_NODEDAB) { sprintf(str,"NODE.EXB (node %d) COLLISION - Count: %d" ,number+1, count); - logline("!!",str); + logline(LOG_NOTICE,"!!",str); } if(count==LOOP_NODEDAB) { errormsg(WHERE,ERR_WRITE,"NODE.EXB",number+1);