Commit 58311c43dfc3997a1f7b5883f827443f34108f8f

Authored by Boaz Harrosh
1 parent 9f249162fb

exofs: More sane debug print

debug prints should be somewhat useful without actually
reading the source code

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>

Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff

... ... @@ -950,8 +950,7 @@
950 950 #ifdef EXOFS_DEBUG_OBJ_ISIZE
951 951 if ((inode->i_size != sanity) &&
952 952 (!exofs_inode_is_fast_symlink(inode))) {
953   - EXOFS_ERR("WARNING: Size of object from inode and "
954   - "attributes differ (%lld != %llu)\n",
  953 + EXOFS_ERR("WARNING: Size of inode=%llu != object=%llu\n",
955 954 inode->i_size, _LLU(sanity));
956 955 }
957 956 #endif