Whamcloud - gitweb
Branch b_release_1_4_6
authoradilger <adilger>
Fri, 9 Dec 2005 10:32:34 +0000 (10:32 +0000)
committeradilger <adilger>
Fri, 9 Dec 2005 10:32:34 +0000 (10:32 +0000)
Minor compile warning fix.

lustre/llite/xattr.c

index d05e914..da0a951 100644 (file)
@@ -204,7 +204,7 @@ do_getxattr:
 
         if (size < body->eadatasize) {
                 CERROR("server bug: replied size %u > %u\n",
-                       body->eadatasize, size);
+                       body->eadatasize, (int)size);
                 GOTO(out, rc = -ERANGE);
         }