From dd57689339a31180671a4f7fa615be6c6642bc87 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Fri, 9 Nov 2012 15:09:10 +0100 Subject: [PATCH] show what ndef will be written to key --- ykpersonalize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ykpersonalize.c b/ykpersonalize.c index 8d9ed42..ea8a748 100644 --- a/ykpersonalize.c +++ b/ykpersonalize.c @@ -203,7 +203,7 @@ int main(int argc, char **argv) if (ykp_command(cfg) == SLOT_SWAP) { fprintf(stderr, "Configuration in slot 1 and 2 will be swapped\n"); } else if(ykp_command(cfg) == SLOT_NDEF || ykp_command(cfg) == SLOT_NDEF2) { - fprintf(stderr, "New NDEF URI will be written\n"); + fprintf(stderr, "New NDEF will be written as:\n%s\n", ndef_string); } else if(zap) { fprintf(stderr, "Configuration in slot %d will be deleted\n", ykp_config_num(cfg)); } else { -- 2.39.5