diff options
Diffstat (limited to 'xlators/features/locks/src/entrylk.c')
-rw-r--r-- | xlators/features/locks/src/entrylk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/locks/src/entrylk.c b/xlators/features/locks/src/entrylk.c index 0ddc9532fba..3833359772f 100644 --- a/xlators/features/locks/src/entrylk.c +++ b/xlators/features/locks/src/entrylk.c @@ -456,7 +456,7 @@ pl_common_entrylk (call_frame_t *frame, xlator_t *this, dom = get_domain (pinode, volume); if (!dom){ - gf_log ("posix-locks", GF_LOG_ERROR, + gf_log (this->name, GF_LOG_ERROR, "Out of memory"); op_errno = ENOMEM; goto out; |