Whamcloud - gitweb
LU-5170 lfs: Standardize llapi messages for lfs_find() 97/28997/2
authorSteve Guminski <stephenx.guminski@intel.com>
Thu, 10 Aug 2017 13:37:00 +0000 (09:37 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 2 May 2018 02:22:26 +0000 (02:22 +0000)
commit9514d54b6a968e7e126a5bd0cb33fe06eac3b00b
treeabf38424ddbddbd9e62a3bbf163f4192e077cec1
parent58a4c595a6cce22f39899e0ae7b55b9e2d07f3b2
LU-5170 lfs: Standardize llapi messages for lfs_find()

Error messages in the llapi functions called by lfs_find()
are updated to a standard format.  Messages are prefixed with
the name of the utility and the command that caused the error.
User-provided values are delimited with single quotes.

Test-Parameters: trivial
Signed-off-by: Steve Guminski <stephenx.guminski@intel.com>
Change-Id: Ia324887964b4a89cc5d4f92d3f3a7fa421e03dca
Reviewed-on: https://review.whamcloud.com/28997
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: James Nunez <james.a.nunez@intel.com>
lustre/utils/liblustreapi.c