From dd21bd3423cf3514663792c54aaf5ca2ae1ade96 Mon Sep 17 00:00:00 2001 From: Lars Danielsson Date: Mon, 7 Sep 2020 08:46:03 +0200 Subject: [PATCH] Improve debug printout in FOE_write() Change-Id: Ib79ca30360f2b1ed5eb86cbc72850c5068e05c54 --- soes/esc_foe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soes/esc_foe.c b/soes/esc_foe.c index 209475a..482749d 100644 --- a/soes/esc_foe.c +++ b/soes/esc_foe.c @@ -403,7 +403,7 @@ void FOE_write () /* Get an address we can write the file to, if possible. */ res = FOE_fopen (foembx->filename, data_len, password, FOE_OP_WRQ); - DPRINT("FOE_write\n"); + DPRINT("%s %sOK, file \"%s\"\n", __func__, (res == 0) ? "" : "N", foe_file_name); if (res == 0) { res = FOE_send_ack ();