mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 23:40:13 +00:00
remove spurious log in icl
fstrace should not log sets to the kernel message log Reviewed-on: http://gerrit.openafs.org/710 Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk> Tested-by: Derrick Brashear <shadow@dementia.org> Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
e83d382d20
commit
a3bad94d17
@ -156,7 +156,6 @@ Afscall_icl(long opcode, long p1, long p2, long p3, long p4, long *retval)
|
|||||||
AFS_COPYIN(AFSKPTR(p4), (char *)&startCookie, sizeof(afs_int32), code);
|
AFS_COPYIN(AFSKPTR(p4), (char *)&startCookie, sizeof(afs_int32), code);
|
||||||
if (code)
|
if (code)
|
||||||
return code;
|
return code;
|
||||||
afs_warn("looking for log %s\n", tname);
|
|
||||||
logp = afs_icl_FindLog(tname);
|
logp = afs_icl_FindLog(tname);
|
||||||
if (!logp)
|
if (!logp)
|
||||||
return ENOENT;
|
return ENOENT;
|
||||||
|
Loading…
Reference in New Issue
Block a user