diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-02-23 13:31:09 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-23 13:31:09 +0100 |
commit | c4cc63badc506a00ee92e588d47e4f93e22fe1b5 (patch) | |
tree | d7724adae12d18cda3417629f6ee943e9d3b3b47 /extensions | |
parent | 4b712afcabec26e3165d3c7022c8696f28f5bf58 (diff) |
sal: update log areas
Change-Id: Id7b2c7e871abf19b70f427095371c6a6c0208607
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/plugin/base/context.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/plugin/base/context.cxx b/extensions/source/plugin/base/context.cxx index fa504aacdea5..4e153ca5d36d 100644 --- a/extensions/source/plugin/base/context.cxx +++ b/extensions/source/plugin/base/context.cxx @@ -339,7 +339,7 @@ void FileSink::writeBytes( const Sequence<sal_Int8>& Buffer ) throw() { size_t nItems = Buffer.getLength(); bool bSuccess = (fwrite(Buffer.getConstArray(), 1, nItems, fp) == nItems); - SAL_WARN_IF( !bSuccess, "extensions", "short write"); + SAL_WARN_IF( !bSuccess, "extensions.plugin", "short write"); } } |