]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
remove spurious log in icl
authorDerrick Brashear <shadow@dementia.org>
Thu, 22 Oct 2009 12:07:43 +0000 (08:07 -0400)
committerDerrick Brashear <shadow|account-1000005@unknown>
Thu, 22 Oct 2009 13:13:50 +0000 (06:13 -0700)
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>
src/afs/afs_icl.c

index f018324c63e70ed20910fd1f852c6be1a36f5ad9..e204fe7ef38c351c043f93e0491e68da3954a4e3 100644 (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;