diff options
Diffstat (limited to 'include/lldb/Utility/Logging.h')
-rw-r--r-- | include/lldb/Utility/Logging.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Utility/Logging.h b/include/lldb/Utility/Logging.h index 865097e7c1944..2c75a3bf218b5 100644 --- a/include/lldb/Utility/Logging.h +++ b/include/lldb/Utility/Logging.h @@ -62,7 +62,7 @@ Log *GetLogIfAllCategoriesSet(uint32_t mask); Log *GetLogIfAnyCategoriesSet(uint32_t mask); -void InitializeLog(); +void InitializeLldbChannel(); } // namespace lldb_private |