This particular debugging statement is very verbose, making the rest

of the debug output hard to follow. Comment it out. It's commented out
in NetBSD's version as well.

Approved by:	markm (mentor)(implicit)
This commit is contained in:
Mike Makonnen 2003-04-30 03:03:47 +00:00
parent c56836728a
commit 3d9556ddc0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114272

View File

@ -275,7 +275,7 @@ _find_processes()
esac
done'
debug "in _find_processes: proccheck is ($_proccheck)."
# debug "in _find_processes: proccheck is ($_proccheck)."
eval $_proccheck
}