From f8900fd4233d55b2b783a297d9bb4f90add5314f Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Mon, 18 Jun 2018 14:23:49 +0200 Subject: [PATCH] Clarify documentation about linphone_core_set_log_collection_path(). --- include/linphone/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linphone/core.h b/include/linphone/core.h index d06a2081e..9ddb101cc 100644 --- a/include/linphone/core.h +++ b/include/linphone/core.h @@ -768,7 +768,7 @@ LINPHONE_PUBLIC void linphone_core_enable_log_collection(LinphoneLogCollectionSt LINPHONE_PUBLIC const char * linphone_core_get_log_collection_path(void); /** - * Set the path where the log files will be written for log collection. + * Set the path of a directory where the log files will be written for log collection. * @param[in] path The path where the log files will be written. */ LINPHONE_PUBLIC void linphone_core_set_log_collection_path(const char *path);