Clarify documentation about linphone_core_set_log_collection_path().

This commit is contained in:
Simon Morlat 2018-06-18 14:23:49 +02:00
parent 42f7f9a349
commit f8900fd423

View file

@ -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);