Skip to content
Snippets Groups Projects
Commit e439a24f authored by Frédéric Leroy's avatar Frédéric Leroy
Browse files

feat(conf2uedata): print USIM filename on display

parent d8aa8d4a
Branches
Tags
No related merge requests found
......@@ -64,6 +64,7 @@ int display_data_from_directory(const char *directory, int flags) {
display_usim_data(filename);
displayed_count += 1;
found = true;
printf("USIM data file: %s\n", filename);
}
free(filename);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment