diff options
author | Vikas Gorur <vikas@gluster.com> | 2009-04-21 02:18:38 -0700 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-24 20:57:41 +0530 |
commit | 174872b3644d36f6d0f8a34d9c06092abc126e4f (patch) | |
tree | cad11fd062f2cd2f8c7860089fbec04ca507c4be /xlators | |
parent | e0c284c6e7c98b3a2fbd5c60d59b928d6e7af88a (diff) |
Remove log level TRACE and the macro GF_TRACE.
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/storage/posix/src/posix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index 4c716dad9..77c9f208d 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -2590,7 +2590,7 @@ posix_print_xattr (dict_t *this, data_t *value, void *data) { - gf_log ("posix", GF_LOG_TRACE, + gf_log ("posix", GF_LOG_DEBUG, "(key/val) = (%s/%d)", key, data_to_int32 (value)); } |