From 151c0ccf481d8e58581d7848f9aeb0e7704f0208 Mon Sep 17 00:00:00 2001 From: Mohamed Ashiq Date: Tue, 19 May 2015 15:11:45 +0530 Subject: graph/libglusterfs : porting to a new logging framework Change-Id: I57ed5c979c15559443712a61f0b1a61c7f5557d8 BUG: 1194640 Signed-off-by: Mohamed Ashiq Reviewed-on: http://review.gluster.org/10822 Tested-by: NetBSD Build System Reviewed-by: Pranith Kumar Karampuri --- libglusterfs/src/graph.l | 2 -- 1 file changed, 2 deletions(-) (limited to 'libglusterfs/src/graph.l') diff --git a/libglusterfs/src/graph.l b/libglusterfs/src/graph.l index e4eba9cbef6..8af28a43539 100644 --- a/libglusterfs/src/graph.l +++ b/libglusterfs/src/graph.l @@ -36,8 +36,6 @@ void append_string(const char *str, int size) text = GF_REALLOC (text, new_size); } if (!text) { - gf_log ("parser", GF_LOG_ERROR, - "out of memory"); return; } text_asize = new_size; -- cgit