Skip to content

Commit 8160473

Browse files
committed
Add more debug info in macos.
1 parent 611fb04 commit 8160473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/portability/source/portability_library_path.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ int portability_library_path_find(const char name[], portability_library_path_st
199199
const char *image_name = _dyld_get_image_name(image_index);
200200

201201
// TODO: Delete this
202-
printf("Debug: %s\n", image_name);
202+
printf("Debug: #%d / %d => %s\n", image_index, size, image_name);
203203
fflush(stdout);
204204

205205
if (portability_library_path_ends_with(image_name, path) == 0)

0 commit comments

Comments
 (0)