From 2dae55013c54aea7f8bc11c6eafb8bb047d76ce2 Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 8 Jan 2019 06:10:16 +0300 Subject: [PATCH] Fix documentation. GitOrigin-RevId: a41ddbd90921efddbfe9b7f077eaf28903965e38 --- td/generate/scheme/td_api.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index fa9430e5..dbd79642 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -2407,7 +2407,7 @@ updates updates:vector = Updates; //@description The log is written to stderr or an OS specific log logStreamDefault = LogStream; -//@description TDLib needs TdlibParameters for initialization @path Path to the file to where the internal TDLib log will be written @max_file_size Maximum size of the file to where the internal TDLib log is written before the file will be auto-rotated +//@description The log is written to a file @path Path to the file to where the internal TDLib log will be written @max_file_size Maximum size of the file to where the internal TDLib log is written before the file will be auto-rotated logStreamFile path:string max_file_size:int53 = LogStream; //@description The log is written nowhere