summaryrefslogtreecommitdiff
path: root/doc/sphinx/toc/libweston/log.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sphinx/toc/libweston/log.rst')
-rw-r--r--doc/sphinx/toc/libweston/log.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/toc/libweston/log.rst b/doc/sphinx/toc/libweston/log.rst
index fd68385f..e1b03337 100644
--- a/doc/sphinx/toc/libweston/log.rst
+++ b/doc/sphinx/toc/libweston/log.rst
@@ -28,7 +28,7 @@ Log scopes
A scope represents a source for a data stream (i.e., a producer). You'll require
one as a way to generate data. Creating a log scope is done using
-:func:`weston_compositor_add_log_scope()`. You can customize the scope
+:func:`weston_log_ctx_add_log_scope()`. You can customize the scope
behaviour and you'll require at least a name and a description for the
scope.