diff --git a/src/avr.c b/src/avr.c index 7f267622..17f85f34 100644 --- a/src/avr.c +++ b/src/avr.c @@ -650,7 +650,7 @@ int avr_write_byte_default(PROGRAMMER * pgm, AVRPART * p, AVRMEM * mem, if (writeop == NULL) { #if DEBUG - avrdude_message(MSG_INFO, "avr_write_byte(): write not supported for memory type \"%s\"\n", + avrdude_message(MSG_INFO, "avr_write_byte_default(): write not supported for memory type \"%s\"\n", mem->desc); #endif return -1;