Skip to content

Commit 7a32cdd

Browse files
committed
feat(patch): use more obvious Hooked log tags
1 parent e74c62d commit 7a32cdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Tools/WebServer/static/js/features

Tools/WebServer/static/js/features/patch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ static ${funcName}_fn_t const ${macroName} = (${funcName}_fn_t)(${origAddr} | 1)
160160
let functionBody = '';
161161
if (hasOrigAddr) {
162162
/* Generate call-original pattern */
163-
functionBody = `fl_println("Hooked ${funcName}!");
163+
functionBody = `fl_println("### HOOKED: ${funcName} ###");
164164
165165
/* TODO: Add your pre-call logic here */
166166
${callOrigSection}`;

0 commit comments

Comments
 (0)