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:
parent
c2c6e20613
commit
e963f38753
|
@ -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>
|
2006-07-19 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
|
|
||||||
* stk500v2.c: Add more parameters for PP mode. Fix the
|
* stk500v2.c: Add more parameters for PP mode. Fix the
|
||||||
|
|
|
@ -319,7 +319,7 @@ void avr_mem_display(char * prefix, FILE * f, AVRMEM * m, int type,
|
||||||
m->max_write_delay,
|
m->max_write_delay,
|
||||||
m->readback[0],
|
m->readback[0],
|
||||||
m->readback[1]);
|
m->readback[1]);
|
||||||
if (verbose > 2) {
|
if (verbose > 4) {
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"%s Memory Ops:\n"
|
"%s Memory Ops:\n"
|
||||||
"%s Oeration Inst Bit Bit Type Bitno Value\n"
|
"%s Oeration Inst Bit Bit Type Bitno Value\n"
|
||||||
|
|
Loading…
Reference in New Issue