[CF-Devel] CVS update: crossfire/common

Crossfire CVS devel mwedel at scruznet.com
Tue Aug 8 01:57:57 CDT 2000


Date:	Monday August 7, 2000 @ 23:57
Author:	cvs

Update of /home/cvs/CVS/crossfire/common
In directory boltzmann.eecs.berkeley.edu:/tmp/cvs-serv11058/common

Modified Files:
	living.c 
Log Message:
Add/Remove some LOG calls:
common/living.c:  Remove log messages about gen_sp values on armor
server/login.c, server/main.c: Add messages about player logins/logouts with
IP address.  Useful for tracking potentially troublesome players and where
they are player from.  MSW 8/7/2000



****************************************

Index: crossfire/common/living.c
diff -u crossfire/common/living.c:1.9 crossfire/common/living.c:1.10
--- crossfire/common/living.c:1.9	Tue Aug  1 23:04:50 2000
+++ crossfire/common/living.c	Mon Aug  7 23:57:57 2000
@@ -1,6 +1,6 @@
 /*
  * static char *rcsid_living_c =
- *   "$Id: living.c,v 1.9 2000/08/02 06:04:50 cvs Exp $";
+ *   "$Id: living.c,v 1.10 2000/08/08 06:57:57 cvs Exp $";
  */
 
 /*
@@ -951,7 +951,9 @@
 	  op->contr->gen_sp        += tmp->stats.sp;
 	  op->contr->gen_grace     += tmp->stats.grace;
 	  op->contr->gen_sp_armour += tmp->last_heal;
+#if 0
 	  if (tmp->last_heal) LOG(llevDebug,"Object %s applied, gen_sp_armour + %d = %d\n", tmp->name, tmp->last_heal, op->contr->gen_sp_armour);
+#endif
 	}
       }
 

    
    


More information about the crossfire mailing list