Skip to content

Commit

Permalink
osi change printf
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 committed Nov 28, 2024
1 parent 85555d5 commit cc88392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panda/plugins/osi_linux/osi_linux.h
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ static inline char *read_dentry_name(CPUState *env, target_ptr_t dentry) {
#endif
OG_printf("Pcomp length %d\n", pcomp_length);
if (pcomp_length == (uint32_t)-1) { // Not sure why this happens, but it does
printf("Warning: OSI_linux Unhandled pcomp value, ignoring\n");
OG_printf("Warning: OSI_linux Unhandled pcomp value, ignoring\n");
break;
}

Expand Down

0 comments on commit cc88392

Please sign in to comment.