Whamcloud - gitweb
suppress a unnecessary message.
authorericm <ericm>
Thu, 11 Aug 2005 18:09:48 +0000 (18:09 +0000)
committerericm <ericm>
Thu, 11 Aug 2005 18:09:48 +0000 (18:09 +0000)
lustre/llite/file.c

index 06a4b62..3ecc041 100644 (file)
@@ -1923,7 +1923,7 @@ int ll_setxattr_internal(struct inode *inode, const char *name,
         if (key && key_size) 
                 OBD_FREE(key, key_size);
         if (rc) {
-                CERROR("md_setattr fails: rc = %d\n", rc);
+                CDEBUG(D_SEC, "md_setattr fails: rc = %d\n", rc);
                 GOTO(out, rc);
         }
 out: