fixup! webrtc_ini: Add new item to set libnice verbose log 34/263534/1 submit/tizen/20210906.055733
authorSangchul Lee <sc11.lee@samsung.com>
Mon, 6 Sep 2021 05:18:01 +0000 (14:18 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Mon, 6 Sep 2021 05:18:32 +0000 (14:18 +0900)
Change-Id: Ife051178de6bc972a4925124c0270fae74c86c24
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
src/webrtc_ini.c

index ace91d25c51847892a58c375db9a98fe233b074a..9d87dac1b67db0a07e3a254b45115d8fe66c44f9 100644 (file)
@@ -443,7 +443,7 @@ int _load_ini(webrtc_s *webrtc)
                g_setenv("GST_DEBUG_DUMP_DOT_DIR", ini->general.dot_path, FALSE);
        }
        ini->general.verbose_log = g_verbose = __ini_get_boolean(ini->dict, INI_CATEGORY_GENERAL, INI_ITEM_VERBOSE_LOG, DEFAULT_VERBOSE_LOG);
-       ini->general.nice_verbose = __ini_get_int(ini->dict, INI_CATEGORY_GENERAL, INI_ITEM_NICE_VERBOSE, DEFAULT_NICE_VERBOSE);
+       ini->general.nice_verbose = __ini_get_boolean(ini->dict, INI_CATEGORY_GENERAL, INI_ITEM_NICE_VERBOSE, DEFAULT_NICE_VERBOSE);
        if (ini->general.nice_verbose)
                g_setenv("NICE_DEBUG", "nice-verbose", TRUE);
        __ini_read_list(ini->dict, INI_CATEGORY_GENERAL, INI_ITEM_GST_ARGS, &ini->general.gst_args);