Extra debug logs, added Spanish translations
This commit is contained in:
parent
09fc49b7f3
commit
0ec292293e
@ -14,6 +14,9 @@ v0.37.01 14-Jan-2003.
|
||||
Make sure you have a copy of the previous sources available
|
||||
if you need to downgrade.
|
||||
|
||||
mbtask:
|
||||
Added debug logging to find some errors.
|
||||
|
||||
|
||||
v0.37.00 26-Dec-2002 - 14-Jan-2003
|
||||
|
||||
|
@ -7,8 +7,10 @@ SRCS = endian.c
|
||||
HDRS = endian.h
|
||||
OBJS = endian.o
|
||||
OTHER = Makefile header.txt footer.txt menus-le.tar menus-be.tar \
|
||||
txtfiles-en.tar templates-en.tar templates-es.tar templates-de.tar \
|
||||
templates-nl.tar txtfiles-es.tar
|
||||
txtfiles-en.tar templates-en.tar \
|
||||
txtfiles-es.tar templates-es.tar \
|
||||
templates-de.tar \
|
||||
templates-nl.tar
|
||||
|
||||
#####################################################################################
|
||||
|
||||
@ -43,6 +45,14 @@ install: all
|
||||
tar xfC templates-en.tar ${PREFIX}/english/macro ; \
|
||||
echo "Installed default English macro files" ; \
|
||||
fi
|
||||
@if [ ! -f ${PREFIX}/spanish/txtfiles/main.ans ]; then \
|
||||
tar xfC txtfiles-es.tar ${PREFIX}/spanish/txtfiles ; \
|
||||
echo "Installed default Spanish txtfiles" ; \
|
||||
fi
|
||||
@if [ ! -f ${PREFIX}/spanish/macro/html.tic ]; then \
|
||||
tar xfC templates-es.tar ${PREFIX}/spanish/macro ; \
|
||||
echo "Installed default Spanish macro files" ; \
|
||||
fi
|
||||
@if [ ! -f ${PREFIX}/german/macro/html.tic ]; then \
|
||||
tar xfC templates-de.tar ${PREFIX}/german/macro ; \
|
||||
echo "Installed default German macro files" ; \
|
||||
|
@ -334,8 +334,8 @@ int outstat()
|
||||
}
|
||||
|
||||
rc = load_node(tmp->addr);
|
||||
// Syslog('o', "Load node %s rc=%s, NoCall=%s, NoTCP=%s", ascfnode(tmp->addr, 0x0f), rc?"true":"false",
|
||||
// nodes.NoCall?"True":"False", nodes.NoTCP?"True":"False");
|
||||
Syslog('o', "Load node %s rc=%s, NoCall=%s, NoTCP=%s", fido2str(tmp->addr, 0x0f), rc?"true":"false",
|
||||
nodes.NoCall?"True":"False", (itnmask + ibnmask + ifcmask)?"False":"True");
|
||||
|
||||
/*
|
||||
* Zone Mail Hours, only use Fidonet Hours.
|
||||
@ -395,6 +395,7 @@ int outstat()
|
||||
else
|
||||
tmin = 30;
|
||||
sprintf(be, "%02d:%02d", thour, tmin);
|
||||
Syslog('o', "Setting next hour for Txx node at %s", be);
|
||||
set_next(thour, tmin);
|
||||
if (strcmp(as, be) > 0) {
|
||||
/*
|
||||
@ -410,7 +411,7 @@ int outstat()
|
||||
T_window = TRUE;
|
||||
}
|
||||
}
|
||||
// Syslog('o', "T_window=%s, iszmh=%s", T_window?"true":"false", iszmh?"true":"false");
|
||||
Syslog('o', "T_window=%s, iszmh=%s", T_window?"true":"false", iszmh?"true":"false");
|
||||
strcpy(flstr,"...... .... ..");
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user