From 7997d36ce3d37b0b3ac33c1529f03969442b6595 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Thu, 9 Aug 2012 17:09:19 +0530 Subject: xlator/fuse: integrate fuse with event-history use event-history framework for saving and dumping (on necessity) important xlator specific information. Tests: Included the regression testcase. Change-Id: I6c0532e9ffe0b624286cdc4d2637b1bd2c0579e0 BUG: 858215 Signed-off-by: Raghavendra Bhat Signed-off-by: root Signed-off-by: Raghavendra Bhat Reviewed-on: http://review.gluster.org/3925 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- libglusterfs/src/logging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs') diff --git a/libglusterfs/src/logging.h b/libglusterfs/src/logging.h index 53eb5b72..c45246e4 100644 --- a/libglusterfs/src/logging.h +++ b/libglusterfs/src/logging.h @@ -108,7 +108,7 @@ int _gf_log_eh (const char *function, const char *fmt, ...); #define gf_log_eh(fmt...) do { \ FMT_WARN (fmt); \ - _gf_log_eh (__FUNTION__, ##fmt); \ + _gf_log_eh (__FUNCTION__, ##fmt); \ } while (0) #define gf_log_callingfn(dom, levl, fmt...) do { \ -- cgit