From 4ae1687d57ce8312525e657eff42a31499643b01 Mon Sep 17 00:00:00 2001 From: Somin Kim Date: Wed, 26 Apr 2017 14:32:01 +0900 Subject: [PATCH] [History] Added warning message for deprecated filter Change-Id: I70b4e6713f5dbb22deed856230c213816d9e1b5a Signed-off-by: Somin Kim --- src/context_history.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/context_history.cpp b/src/context_history.cpp index 6067270..223319c 100644 --- a/src/context_history.cpp +++ b/src/context_history.cpp @@ -24,6 +24,7 @@ #include #define HISTORY_DEPRECATED_DATA "DEPRECATION WARNING: This history data type is deprecated and will be removed from next release" +#define HISTORY_DEPRECATED_FILTER "DEPRECATION WARNING: This history filter is deprecated and will be removed from next release" #define TYPE_NUMERIC 0 #define TYPE_STRING 1 #define FILTER_KEY_LIMIT 10 -- 2.34.1