From 7005ca84449a4f7d7dd47f9618e1846d46dd6a48 Mon Sep 17 00:00:00 2001 From: Humble Devassy Chirammal Date: Sat, 25 Apr 2015 12:44:15 +0530 Subject: [PATCH 113/129] libgfapi : port gfapi to new logging framework Change-Id: Iaa0a92f82b9a0a26eda1a8d72b3b66ce66fab443 BUG: 1231788 Signed-off-by: Humble Devassy Chirammal Reviewed-on: http://review.gluster.org/9918 Tested-by: Gluster Build System Reviewed-by: jiffin tony Thottan Reviewed-by: Raghavendra Talur Reviewed-by: soumya k Reviewed-by: Niels de Vos Reviewed-on: https://code.engineering.redhat.com/gerrit/51004 Reviewed-by: Raghavendra Gowdappa Tested-by: Raghavendra Gowdappa --- api/src/gfapi-messages.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/api/src/gfapi-messages.h b/api/src/gfapi-messages.h index 2c59af2..c303aa0 100644 --- a/api/src/gfapi-messages.h +++ b/api/src/gfapi-messages.h @@ -45,7 +45,7 @@ */ #define GLFS_GFAPI_BASE GLFS_MSGID_COMP_API -#define GLFS_NUM_MESSAGES 45 +#define GLFS_NUM_MESSAGES 46 #define GLFS_MSGID_END (GLFS_GFAPI_BASE + GLFS_NUM_MESSAGESi + 1) /* Messages with message IDs */ #define glfs_msg_start_x GLFS_GFAPI_BASE, "Invalid: Start of messages" -- 1.7.1