From: Derrick Brashear Date: Thu, 22 Oct 2009 12:07:43 +0000 (-0400) Subject: remove spurious log in icl X-Git-Tag: openafs-devel-1_5_66~13 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a3bad94d1726a13460dd2c6f55f8742efa9c34d6;p=packages%2Fo%2Fopenafs.git 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 Tested-by: Derrick Brashear Reviewed-by: Derrick Brashear --- diff --git a/src/afs/afs_icl.c b/src/afs/afs_icl.c index f018324c6..e204fe7ef 100644 --- a/src/afs/afs_icl.c +++ b/src/afs/afs_icl.c @@ -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;