/*
* Copyright (C) 1993-2001 by Darren Reed.
*
* See the IPFILTER.LICENCE file for details on licencing.
*
* $Id: printlog.c,v 1.6 2002/01/28 06:50:47 darrenr Exp $
*/
#include "ipf.h"
#include <syslog.h>
{
char *s, *u;
printf("log");
printf(" body");
printf(" first");
printf(" or-block");
printf(" level ");
if (s == NULL)
s = "!!!";
} else
s = "";
if (u == NULL)
u = "!!!";
if (*s)
printf("%s.%s", s, u);
else
printf("%s", u);
}
}