- No more warning for output in standard debug mode.
This commit is contained in:
parent
3ee392ca08
commit
67673cb608
@ -560,7 +560,10 @@ main (int argc, char **argv)
|
|||||||
warning ("-m2 is only supported for constraint logic programming.");
|
warning ("-m2 is only supported for constraint logic programming.");
|
||||||
}
|
}
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
warning ("Selected output method is %i", sys->output);
|
if (DEBUGL (4))
|
||||||
|
{
|
||||||
|
warning ("Selected output method is %i", sys->output);
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (sys->engine == ARACHNE_ENGINE)
|
if (sys->engine == ARACHNE_ENGINE)
|
||||||
|
Loading…
Reference in New Issue
Block a user