dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Jesper Juhl 2006-01-11 01:52:40 +01:00 committed by Adrian Bunk
parent 74da6cd062
commit e8d2a42467
1 changed files with 1 additions and 1 deletions

View File

@ -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");