Updated proper logs when deinitialize is done 63/150063/1 accepted/tizen/unified/20170921.072227 submit/tizen/20170920.020838
authorNishant Chaprana <n.chaprana@samsung.com>
Thu, 14 Sep 2017 07:23:59 +0000 (12:53 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Thu, 14 Sep 2017 07:23:59 +0000 (12:53 +0530)
Change-Id: I883c5658b81d3f41ff234677592fb6d326ed3ed4
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
packaging/capi-network-stc.spec
test/stc_test.c

index 9c1f7e4..93f4d73 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       capi-network-stc
 Summary:    A Smart Traffic Control (STC) libraries in Native API
-Version:    0.0.19
+Version:    0.0.20
 Release:    1
 Group:      Network & Connectivity/API
 License:    Apache-2.0
index 03b13c0..fbe3d46 100755 (executable)
@@ -259,9 +259,9 @@ static int __test_stc_deinitialize(void)
        if (g_stc) {
                ret = stc_deinitialize(g_stc);
                if (ret == STC_ERROR_NONE)
-                       msg(LOG_GREEN "Success to initialize STC" LOG_END);
+                       msg(LOG_GREEN "Success to deinitialize STC" LOG_END);
                else
-                       msg("Fail to initialize STC " LOG_RED "[%s]" LOG_END,
+                       msg("Fail to deinitialize STC " LOG_RED "[%s]" LOG_END,
                                test_stc_convert_error_type_to_string(ret));
        }