X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2Flpc2000.c;h=c0c7e41ee30cab35c18d92ca1bc218e1386cb079;hp=aadb9999a9f4199a9658195cf6ac2fd079ed8fe3;hb=f132fcf636361009b4125827351ef01556d49b31;hpb=75b4cbe356467e48182790e39254cae88d590883 diff --git a/src/flash/nor/lpc2000.c b/src/flash/nor/lpc2000.c index aadb9999a9..c0c7e41ee3 100644 --- a/src/flash/nor/lpc2000.c +++ b/src/flash/nor/lpc2000.c @@ -485,7 +485,7 @@ static int lpc2000_iap_call(struct flash_bank *bank, struct working_area *iap_wo result_table[3] = target_buffer_get_u32(target, mem_params[1].value + 0x10); LOG_DEBUG("IAP command = %i (0x%8.8" PRIx32 ", 0x%8.8" PRIx32 ", 0x%8.8" PRIx32 ", 0x%8.8" PRIx32 ", 0x%8.8" PRIx32 - ") completed with result = %8.8" PRIx32, + ") completed with result = %8.8x", code, param_table[0], param_table[1], param_table[2], param_table[3], param_table[4], status_code); destroy_mem_param(&mem_params[0]);