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:
Derrick Brashear 2009-10-22 08:07:43 -04:00 committed by Derrick Brashear
parent e83d382d20
commit a3bad94d17

View File

@ -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);
if (code)
return code;
afs_warn("looking for log %s\n", tname);
logp = afs_icl_FindLog(tname);
if (!logp)
return ENOENT;