diff options
| author | Mohamed Ashiq <ashiq333@gmail.com> | 2015-05-19 15:46:01 +0530 |
|---|---|---|
| committer | Niels de Vos <ndevos@redhat.com> | 2015-07-14 02:35:13 -0700 |
| commit | 2ab34a9c675a6167caed3326b6973854e8529843 (patch) | |
| tree | eb72424b707ccf82866b9e1e6e55a576d02e5b65 /libglusterfs/src/client_t.c | |
| parent | 8e19c820dc1427d6bf552562c5df18a5884fd02b (diff) | |
mem-pool,stack,store,syncop,timer/libglusterfs : Porting to a new logging framework
Backport of http://review.gluster.org/10827
Cherry picked from 2b9b3ef3b646989bbc0412dca187b3f5fcad3283
>Change-Id: Idd3dcaf7eeea5207b3a5210676ce3df64153197f
>BUG: 1194640
>Signed-off-by: Mohamed Ashiq <ashiq333@gmail.com>
>Reviewed-on: http://review.gluster.org/10827
>Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
>Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Change-Id: Idd3dcaf7eeea5207b3a5210676ce3df64153197f
BUG: 1217722
Signed-off-by: Mohamed Ashiq <ashiq333@gmail.com>
Reviewed-on: http://review.gluster.org/11478
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'libglusterfs/src/client_t.c')
| -rw-r--r-- | libglusterfs/src/client_t.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libglusterfs/src/client_t.c b/libglusterfs/src/client_t.c index a66be21a012..c6997c0b7b0 100644 --- a/libglusterfs/src/client_t.c +++ b/libglusterfs/src/client_t.c @@ -601,7 +601,7 @@ clienttable_dump (clienttable_t *clienttable, char *prefix) { if (ret) { gf_msg ("client_t", GF_LOG_WARNING, 0, - LG_MSG_LOCK_GAIN_FAILED, + LG_MSG_LOCK_FAILED, "Unable to acquire lock"); return; } @@ -699,7 +699,7 @@ gf_client_dump_fdtables_to_dict (xlator_t *this, dict_t *dict) { if (ret) { gf_msg ("client_t", GF_LOG_WARNING, 0, - LG_MSG_LOCK_GAIN_FAILED, + LG_MSG_LOCK_FAILED, "Unable to acquire lock"); return -1; } @@ -742,7 +742,7 @@ gf_client_dump_fdtables (xlator_t *this) { if (ret) { gf_msg ("client_t", GF_LOG_WARNING, 0, - LG_MSG_LOCK_GAIN_FAILED, + LG_MSG_LOCK_FAILED, "Unable to acquire lock"); return -1; } @@ -808,7 +808,7 @@ gf_client_dump_inodes_to_dict (xlator_t *this, dict_t *dict) { if (ret) { gf_msg ("client_t", GF_LOG_WARNING, 0, - LG_MSG_LOCK_GAIN_FAILED, + LG_MSG_LOCK_FAILED, "Unable to acquire lock"); return -1; } @@ -870,7 +870,7 @@ gf_client_dump_inodes (xlator_t *this) { if (ret) { gf_msg ("client_t", GF_LOG_WARNING, 0, - LG_MSG_LOCK_GAIN_FAILED, + LG_MSG_LOCK_FAILED, "Unable to acquire lock"); goto out; } |
