- No more warning for output in standard debug mode.

This commit is contained in:
ccremers 2004-10-18 13:49:20 +00:00
parent 3ee392ca08
commit 67673cb608

View File

@ -560,7 +560,10 @@ main (int argc, char **argv)
warning ("-m2 is only supported for constraint logic programming.");
}
#ifdef DEBUG
warning ("Selected output method is %i", sys->output);
if (DEBUGL (4))
{
warning ("Selected output method is %i", sys->output);
}
#endif
if (sys->engine == ARACHNE_ENGINE)