BOSSA icon indicating copy to clipboard operation
BOSSA copied to clipboard

-d debugging is too verbose...

Open WestfW opened this issue 6 years ago • 0 comments

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...

diffs.txt

WestfW avatar Sep 08 '18 01:09 WestfW