forgot to remove a debugging aid - now done

This commit is contained in:
Rainer Gerhards 2005-07-05 10:52:43 +00:00
parent 29976dd902
commit e270d57ca1

View File

@ -2173,7 +2173,7 @@ int main(argc, argv)
if ( Debug )
{
dprintf("Debugging disabled, SIGUSR1 to turn on debugging.\n");
// TODO: ADD LATER: debugging_on = 0;
debugging_on = 0;
}
/*
* Send a signal to the parent to it can terminate.