Whamcloud - gitweb
LU-1095 debug: quiet noisy console error messages
[fs/lustre-release.git] / lustre / fld / fld_handler.c
index dabcddf..84d90ce 100644 (file)
@@ -166,7 +166,7 @@ int fld_server_lookup(const struct lu_env *env, struct lu_server_fld *fld,
                /* On server side, all entries should be in cache.
                 * If we can not find it in cache, just return error */
                CERROR("%s: Cannot find sequence "LPX64": rc = %d\n",
-                       fld->lsf_name, seq, -EIO);
+                      fld->lsf_name, seq, -EIO);
                RETURN(-EIO);
        } else {
                LASSERT(fld->lsf_control_exp);