diff options
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/dict.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/dict.c b/libglusterfs/src/dict.c index f6ddde45e..22e350e0e 100644 --- a/libglusterfs/src/dict.c +++ b/libglusterfs/src/dict.c @@ -161,7 +161,7 @@ data_copy (data_t *old) if (!newdata) { gf_log ("dict", GF_LOG_CRITICAL, - "@old is NULL"); + "@newdata - NULL returned by CALLOC"); return NULL; } |