mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 05:04:09 +08:00
add loglevel to printk in fs/afs/cmservice.c
This is a small patch that adds loglevel to a printk in fs/afs/cmservice.c Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk> Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
parent
74da6cd062
commit
e8d2a42467
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user