From 643c9d049de970d27b2bfa806c4d47ea6eabefe6 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Tue, 16 Oct 2018 15:34:20 -0400 Subject: features/snapview-server: change gf_log instances to gf_msg Change-Id: Ib8bdf210a896423abcd7413dd4896d424ac0f561 fixes: bz#1626610 Signed-off-by: Raghavendra Bhat --- libglusterfs/src/glfs-message-id.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs/src/glfs-message-id.h') diff --git a/libglusterfs/src/glfs-message-id.h b/libglusterfs/src/glfs-message-id.h index 222b2ae8fdf..001f4abdf67 100644 --- a/libglusterfs/src/glfs-message-id.h +++ b/libglusterfs/src/glfs-message-id.h @@ -92,7 +92,7 @@ enum _msgid_comp { GLFS_MSGID_COMP(SNAPVIEW_CLIENT, 1), GLFS_MSGID_COMP(TEMPLATE, 1), GLFS_MSGID_COMP(UTIME, 1), - + GLFS_MSGID_COMP(SNAPVIEW_SERVER, 1), /* --- new segments for messages goes above this line --- */ GLFS_MSGID_END -- cgit