- Added -d switch.

This commit is contained in:
ccremers
2004-12-09 15:27:50 +00:00
parent b56c01c422
commit 635470d976
2 changed files with 2 additions and 2 deletions

View File

@@ -1883,7 +1883,7 @@ prune_bounds ()
if (sys->output == PROOF)
{
indentPrint ();
eprintf ("Pruned: proof tree too deep: %i (--max-depth %i switch)\n",
eprintf ("Pruned: proof tree too deep: %i (-d %i switch)\n",
proofDepth, sys->switch_maxproofdepth);
}
return 1;