Skip to content

Commit

Permalink
added log for kext start
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer committed Mar 8, 2012
1 parent 8075196 commit 445bebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/kernelmode/MacOS/trustrouter/trustrouter.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ kern_return_t trustrouter_start(kmod_info_t * ki, void *d) {
install_filter();
} else if (ret != 0) goto error;

DebugPrint("[TrustRouter] Finished loading Kext.\n");
printf("[TrustRouter] Kext is active.\n");
return KERN_SUCCESS;

error:
Expand Down

0 comments on commit 445bebe

Please sign in to comment.