Print the very verbose memory details only in debug level > 4.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@594 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch 2006-07-21 21:51:13 +00:00
parent c2c6e20613
commit e963f38753
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-07-21 Joerg Wunsch <j@uriah.heep.sax.de>
* avrpart.c: Print the very verbose memory details only
in debug level > 4.
2006-07-19 Joerg Wunsch <j@uriah.heep.sax.de>
* stk500v2.c: Add more parameters for PP mode. Fix the

View File

@ -319,7 +319,7 @@ void avr_mem_display(char * prefix, FILE * f, AVRMEM * m, int type,
m->max_write_delay,
m->readback[0],
m->readback[1]);
if (verbose > 2) {
if (verbose > 4) {
fprintf(stderr,
"%s Memory Ops:\n"
"%s Oeration Inst Bit Bit Type Bitno Value\n"