Skip to content

Commit

Permalink
add loglevel to printk in fs/afs/cmservice.c
Browse files Browse the repository at this point in the history
This is a small patch that adds loglevel to a printk in
fs/afs/cmservice.c

Signed-off-by: Jesper Juhl <[email protected]>
Signed-off-by: Adrian Bunk <[email protected]>
  • Loading branch information
Jesper Juhl authored and Adrian Bunk committed Jan 11, 2006
1 parent 74da6cd commit e8d2a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/afs/cmservice.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static int kafscmd(void *arg)
_SRXAFSCM_xxxx_t func;
int die;

printk("kAFS: Started kafscmd %d\n", current->pid);
printk(KERN_INFO "kAFS: Started kafscmd %d\n", current->pid);

daemonize("kafscmd");

Expand Down

0 comments on commit e8d2a42

Please sign in to comment.