From: wangdi Date: Thu, 12 Oct 2006 07:49:54 +0000 (+0000) Subject: Branch: b_new_cmd X-Git-Tag: v1_8_0_110~486^2~591 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2ad85137a786bdb9347d6812d40baf47305d7a7b;p=fs%2Flustre-release.git Branch: b_new_cmd Log: oops, typo again, sorry :( --- diff --git a/lustre/obdclass/mea.c b/lustre/obdclass/mea.c index 18e0eda..3e0673a 100644 --- a/lustre/obdclass/mea.c +++ b/lustre/obdclass/mea.c @@ -84,7 +84,7 @@ static int mea_hash_segment(int count, char *name, int namelen) hash = (hinfo.hash << 1) & 0x7fffffff; do_div(hash_segment, count); do_div(hash, hash_segment); - LASSERTF(hash <= count, "hash "LPU64" count "LPU64" \n", hash, count); + LASSERTF(hash <= count, "hash "LPU64" count %d \n", hash, count); return hash; }