Commit e439a24f authored by Frédéric Leroy's avatar Frédéric Leroy

feat(conf2uedata): print USIM filename on display

parent d8aa8d4a
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment