From 708d8098eca305fc968895def0cb42f8cf6d6b4e Mon Sep 17 00:00:00 2001 From: Priyeshkkumar Date: Mon, 13 Jul 2020 18:47:13 +0530 Subject: [PATCH] Updated [priyesh]ChangeLog representing changes in previous commit --- [priyesh]ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[priyesh]ChangeLog b/[priyesh]ChangeLog index 503a99d6e..b94ed3a28 100644 --- a/[priyesh]ChangeLog +++ b/[priyesh]ChangeLog @@ -8,7 +8,7 @@ 1. Added a function `FT_Callback()` which is used when user sets an external log handeling callback function. 2. Code Cleanup and resolved [ -Wunused-variable ] warnings - 3. Added a macro `FT_Log` to handle the `FT_TRACE` + 3. Added a macro `FT_LOG` to handle the `FT_TRACE` * src/base/ftdebug.c: 1. Updated code to print FT_COMPONENT and TimeStamp. 2. Code Cleanup.