forked from auracaster/openocd
nit: more LOG_* \n fixes
Remove extra \n from LOG_DEBUG, LOG_INFO, and LOG_WARNING messages Remove LOG_INFO_N LOG_INFO_N was only used once and had a \n at the end Change LOG_USER_N calls that end with \n to LOG_USER
This commit is contained in:
committed by
Øyvind Harboe
parent
61e1e525c1
commit
0535531d27
@@ -1261,7 +1261,7 @@ COMMAND_HANDLER(at91sam7_handle_gpnvm_command)
|
||||
|
||||
/* GPNVM and SECURITY bits apply only for MC_FSR of EFC0 */
|
||||
status = at91sam7_get_flash_status(bank->target, 0);
|
||||
LOG_DEBUG("at91sam7_handle_gpnvm_command: cmd 0x%x, value %d, status 0x%" PRIx32 " \n", flashcmd, bit, status);
|
||||
LOG_DEBUG("at91sam7_handle_gpnvm_command: cmd 0x%x, value %d, status 0x%" PRIx32, flashcmd, bit, status);
|
||||
|
||||
/* check protect state */
|
||||
at91sam7_protect_check(bank);
|
||||
|
||||
Reference in New Issue
Block a user