summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorAnoop C S <anoopcs@redhat.com>2016-06-13 15:55:39 +0530
committerShyamsundar Ranganathan <srangana@redhat.com>2016-06-14 06:08:01 -0700
commit352758e2f2548a5a66186e8b3179b1e3ee11984c (patch)
tree2a99c47d5089a0cbc540606d6cc6abc851775cb8 /api
parentd25237709278f9530c7a3989a37254c628539375 (diff)
api: Fix a typo in gfapi logging message framework
Change-Id: I8a44a37a73f0c92783aecac8187247db98957070 BUG: 1202274 Signed-off-by: Anoop C S <anoopcs@redhat.com> Reviewed-on: http://review.gluster.org/14709 Smoke: Gluster Build System <jenkins@build.gluster.org> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Poornima G <pgurusid@redhat.com> Reviewed-by: Shyamsundar Ranganathan <srangana@redhat.com>
Diffstat (limited to 'api')
-rw-r--r--api/src/gfapi-messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/gfapi-messages.h b/api/src/gfapi-messages.h
index fd90ff4d1bc..5deef15e3ae 100644
--- a/api/src/gfapi-messages.h
+++ b/api/src/gfapi-messages.h
@@ -41,7 +41,7 @@
#define GLFS_GFAPI_BASE GLFS_MSGID_COMP_API
#define GLFS_NUM_MESSAGES 48
-#define GLFS_MSGID_END (GLFS_GFAPI_BASE + GLFS_NUM_MESSAGESi + 1)
+#define GLFS_MSGID_END (GLFS_GFAPI_BASE + GLFS_NUM_MESSAGES + 1)
/* Messages with message IDs */
#define glfs_msg_start_x GLFS_GFAPI_BASE, "Invalid: Start of messages"
/*------------*/