Skip to content

Commit a38c4fa

Browse files
committed
Add more debug info.
1 parent 4eda28a commit a38c4fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/portability/source/portability_library_path.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@ int portability_library_path_find(const char name[], portability_library_path_st
196196
{
197197
const char *image_name = _dyld_get_image_name(image_index);
198198

199+
// TODO: Delete this
200+
printf("Debug: %s\n", image_name);
201+
ffush(stdout);
202+
199203
if (portability_library_path_ends_with(image_name, path) == 0)
200204
{
201205
size_t image_length = strnlen(image_name, PORTABILITY_PATH_SIZE);

0 commit comments

Comments
 (0)