add notice for SAVE

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK 2021-04-26 08:09:33 +02:00
parent 285c2faa2e
commit 921436805f

View File

@ -359,6 +359,7 @@ bool save_mapping_list(const char *name, mapping_list_t *list)
fp = stdout;
} else {
fp = fopen(name, "w");
FK_NOTICE("SAVE file %s\n", name);
}
if (fp == NULL) {
FK_ERROR("Cannot open save file \"%s\": %s\n", name, strerror(errno));