*** empty log message ***

This commit is contained in:
zolliker
2005-09-02 13:04:49 +00:00
parent 67a68f3240
commit e590448f92
4 changed files with 5 additions and 5 deletions

4
eve.c
View File

@ -197,10 +197,10 @@ int EveSwitchLog(Eve *eve, EvePar *par, int on) {
if (on) {
if (par->log == NULL) {
if (par->name[0] == '\0') {
par->log = LoggerMake(eve->evc->pName, eve->period);
par->log = LoggerMake(eve->evc->pName, eve->period, 0);
} else {
snprintf(buf, sizeof buf, "%s.%s", eve->evc->pName, par->name);
par->log = LoggerMake(buf, eve->period);
par->log = LoggerMake(buf, eve->period, 0);
}
if (par->log == NULL) {
return BADLOG;

View File

@ -9,6 +9,6 @@
include ../../linux_def
CC = gcc
CFLAGS = -g -DLINUX $(DFORTIFY) -I. -Wall -Wno-unused
CFLAGS = -g -DLINUX $(DFORTIFY) -I. -I../.. -Wall -Wno-unused
include make_gen

View File

@ -343,7 +343,7 @@ static int IpsChangeField(long pc, IpsDriv *me) {
EveWrite(eve, "X");
FSM_NEXT
IpsStatus(me); /* just check for errors */
if (time(NULL) < me->tim + 3) goto stab3; /* stabilize */
if (time(NULL) < me->tim + 10) goto stab3; /* stabilize */
EveWrite(eve, "A0"); /* hold */
FSM_NEXT

View File

@ -11,7 +11,7 @@ SICS=..
CC = gcc
FC = g77
CFLAGS = -DLINUX -g $(DFORTIFY) -I../.. -I. -Wall -Wno-missing-braces
CFLAGS = -DLINUX -g $(DFORTIFY) -I../.. -I.. -I. -Wall -Wno-missing-braces
FFLAGS = -Wimplicit -g
ARFLAGS = cr