some primitve changes.

This commit is contained in:
luethje 1997-04-03 22:58:34 +00:00
parent db2d57a0f8
commit e4106b5329
2 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $Id: start_prog.c,v 1.1 1997/03/16 20:58:55 luethje Exp $
/* $Id: start_prog.c,v 1.2 1997/04/03 22:58:34 luethje Exp $
*
* ISDN accounting for isdn4linux.
*
@ -20,6 +20,9 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Log: start_prog.c,v $
* Revision 1.2 1997/04/03 22:58:34 luethje
* some primitve changes.
*
* Revision 1.1 1997/03/16 20:58:55 luethje
* Added the source code isdnlog. isdnlog is not working yet.
* A workaround for that problem:
@ -120,7 +123,7 @@ int Ring(info_args *Cmd, char *Opts[], int Die, int Async)
pid_t pid;
FILE *fp;
print_msg(PRT_DEBUG_EXEC, "Ring: Cmd: '%s' Die: %d Async: %d\n", (Cmd&&Cmd->infoarg)?Cmd->infoarg:"NO COMMAND", Die, Async);
print_msg(PRT_DEBUG_EXEC, "Ring: Cmd: `%s' Die: %d Async: %d\n", (Cmd&&Cmd->infoarg)?Cmd->infoarg:"NO COMMAND", Die, Async);
if (Die <= 0)
{

View File

@ -1,4 +1,4 @@
/* $Id: isdnconf.c,v 1.2 1997/04/03 22:40:19 luethje Exp $
/* $Id: isdnconf.c,v 1.3 1997/04/03 22:58:39 luethje Exp $
*
* ISDN accounting for isdn4linux. (Utilities)
*
@ -1144,7 +1144,7 @@ static int Set_Numbers(section *SPtr, char *Section, int msn)
num = CEPtr->value;
else
{
_print_msg("%s: ERROR: There is no variable `%s' in section '%s'!\n", Myname, CONF_ENT_NUM, Section);
_print_msg("%s: ERROR: There is no variable `%s' in section `%s'!\n", Myname, CONF_ENT_NUM, Section);
num = S_UNKNOWN;
}
@ -1152,7 +1152,7 @@ static int Set_Numbers(section *SPtr, char *Section, int msn)
who = CEPtr->value;
else
{
_print_msg("%s: ERROR: There is no variable `%s' in section '%s'!\n", Myname, CONF_ENT_ALIAS, Section);
_print_msg("%s: ERROR: There is no variable `%s' in section `%s'!\n", Myname, CONF_ENT_ALIAS, Section);
who = S_UNKNOWN;
}
@ -1180,7 +1180,7 @@ static int Set_Numbers(section *SPtr, char *Section, int msn)
{
if (msn < 0)
{
_print_msg("%s: WARNING: There is no variable `%s' for number '%s'!\n", Myname, CONF_ENT_ZONE, num);
_print_msg("%s: WARNING: There is no variable `%s' for number `%s'!\n", Myname, CONF_ENT_ZONE, num);
known[Index]->zone = 4;
}
else