summaryrefslogtreecommitdiff
path: root/include/sal/log-areas.dox
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-10-11 18:35:50 +0300
committerTor Lillqvist <tml@collabora.com>2018-10-11 19:57:40 +0300
commite519d7b58454d39fb39e4420872c9a677e1b2296 (patch)
tree7d381e7534e6adae686e8663b602bfc3cab147c3 /include/sal/log-areas.dox
parentc387836fa6782c7efff9ade6bfa18fac21ec0e05 (diff)
Change {read,write}FileAt() SAL_INFO calls to use a separate log area
Keep sal.file for the SAL_INFO logging of file system calls (open, close, rename, etc), and use sal.fileio for the (very verbose) file I/O. Change-Id: I0e166d83e20921696a8a0880f9fcbbdec55053dd
Diffstat (limited to 'include/sal/log-areas.dox')
-rw-r--r--include/sal/log-areas.dox3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox
index d718f649be70..7acc54463d0e 100644
--- a/include/sal/log-areas.dox
+++ b/include/sal/log-areas.dox
@@ -22,7 +22,8 @@ certain functionality.
@li @c sal.bootstrap - SAL bootstrap
@li @c sal.debug - SAL debugging functionality
-@li @c sal.file
+@li @c sal.file - file system operations
+@li @c sal.fileio - file I/O
@li @c sal.osl - SAL OSL library
@li @c sal.osl.condition
@li @c sal.osl.mutex