BOSSA
BOSSA copied to clipboard
-d debugging is too verbose...
Add levels to -d debug option
THe default debugging caused by -d is MUCH too verbose to be useful
under normal circumstances. This patch lets you specify "-d1" to
"-d4" (and "debug level" in addition to "debug enable" in the shell
version.) The default (-d1, at the moment) supresses the debug from
the read/write byte/word functions in samba.cpp (arguably this leaves
the dbeugging "not verbose enough", since there's no indication of
things like "erasing one row" other than the WriteWord() debug output
associated with it, but that's a separate problem...