More verbosity in mempak_extract_note

This commit is contained in:
Raphael Assenat 2015-12-06 16:41:03 -05:00
parent 224706b56c
commit d2b53baad0
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ int main(int argc, char **argv)
fprintf(stderr, "could not export note\n");
}
printf("Exported note %d to file '%s'\n", note_id, outfile);
mempak_free(mpk);
return 0;