[Sysfence-commit] sysfence/sys log.c,1.3,1.4
Status: Alpha
Brought to you by:
emes
|
From: Michal S. <em...@us...> - 2004-06-04 13:07:22
|
Update of /cvsroot/sysfence/sysfence/sys In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4613/sys Modified Files: log.c Log Message: + nproc handling so far, works only with -DDEBUG and crashes without it. don't know why Index: log.c =================================================================== RCS file: /cvsroot/sysfence/sysfence/sys/log.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- log.c 31 May 2004 14:09:08 -0000 1.3 +++ log.c 4 Jun 2004 13:07:04 -0000 1.4 @@ -47,9 +47,6 @@ defbuf, val.type, (long int) val.ptr); - syslog (LOG_DEBUG, - "+-- val: %x", - *((long int *) val.ptr)); #endif nextbuf = stats_2_string (hd->next); |