diff options
author | Hari Gowtham <hgowtham@redhat.com> | 2015-08-13 12:53:33 +0530 |
---|---|---|
committer | Raghavendra G <rgowdapp@redhat.com> | 2015-08-31 20:28:53 -0700 |
commit | 0baf199b065ee3adcbf36a503ac91737ab39f7e1 (patch) | |
tree | 98211fe02551346765b2e7b95a2b7438198f2669 /xlators/performance/symlink-cache | |
parent | 9f52d22690b3b0aac0a736eb15fe649fde6286b5 (diff) |
performance translators : porting the missing gf_log to gf_msg
Change-Id: I5cc2b4669b164fe09637c86da05d2d94589dd7e4
BUG: 1253149
Signed-off-by: Hari Gowtham <hgowtham@redhat.com>
Reviewed-on: http://review.gluster.org/11906
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
Diffstat (limited to 'xlators/performance/symlink-cache')
-rw-r--r-- | xlators/performance/symlink-cache/src/symlink-cache.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/performance/symlink-cache/src/symlink-cache.c b/xlators/performance/symlink-cache/src/symlink-cache.c index 973565cd93e..596b4c53b7b 100644 --- a/xlators/performance/symlink-cache/src/symlink-cache.c +++ b/xlators/performance/symlink-cache/src/symlink-cache.c @@ -187,7 +187,8 @@ sc_cache_validate (xlator_t *this, inode_t *inode, struct iatt *buf) inode_ctx_get (inode, this, &tmp_sc); if (!tmp_sc) { - gf_log (this->name, GF_LOG_ERROR, + gf_msg (this->name, GF_LOG_ERROR, 0, + SYMLINK_CACHE_MSG_NO_MEMORY, "out of memory :("); return 0; } |