diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-12-03 14:40:24 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-12-03 14:54:04 +0100 |
commit | 291614e3f7f510c5c21903f3e5c56b71a648f60a (patch) | |
tree | 45a91f0ec9242654fdfa8ab98f696b7cec986eec /sfx2 | |
parent | 9ea7b2053eea6cf9e97f4846d97f741eed426033 (diff) |
fix log area as per sal/inc/sal/log-areas.dox
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appserv.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx index 57029cf49164..130c86f5ac1f 100644 --- a/sfx2/source/appl/appserv.cxx +++ b/sfx2/source/appl/appserv.cxx @@ -155,7 +155,7 @@ namespace catch (Exception & e) { SAL_INFO( - "sfx2.bibliography", + "sfx2.appl", "trying to install LibreOffice Base, caught " << e.Message); } } @@ -172,7 +172,7 @@ namespace catch (Exception & e) { SAL_INFO( - "sfx2.bibliography", + "sfx2.appl", "assuming Base to be missing; caught " << e.Message); return false; } |