summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/dict.c
diff options
context:
space:
mode:
authorAmar Tumballi <amar@gluster.com>2010-09-09 07:40:41 +0000
committerVijay Bellur <vijay@dev.gluster.com>2010-09-13 06:44:45 -0700
commitd0ee998f5c997cfdebd0b7ff4bcbc9b2ea74c1ff (patch)
treeb4f42d7c58c853fdf6c5ebd50a1d1acc3c5568ba /libglusterfs/src/dict.c
parent4f31b51fcb998651598cc297825ce4a3405a65fa (diff)
posix: remove gen related xattr usage
Signed-off-by: Amar Tumballi <amar@gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 971 (dynamic volume management) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=971
Diffstat (limited to 'libglusterfs/src/dict.c')
-rw-r--r--libglusterfs/src/dict.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libglusterfs/src/dict.c b/libglusterfs/src/dict.c
index f686857eeb4..897a5c394b3 100644
--- a/libglusterfs/src/dict.c
+++ b/libglusterfs/src/dict.c
@@ -300,8 +300,8 @@ dict_set (dict_t *this,
int32_t ret;
if (!this || !value) {
- gf_log ("dict", GF_LOG_CRITICAL,
- "@this=%p @value=%p", this, value);
+ gf_log ("dict", GF_LOG_ERROR,
+ "@this=%p @value=%p, key=%s", this, value, key);
return -1;
}