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