summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/dialogs/macrosecurity.cxx
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2012-01-16 23:21:15 +0100
committerMichael Stahl <mstahl@redhat.com>2012-01-17 23:27:44 +0100
commitd2c8003ecbf239faa5ed455cb3bfcb03e912e3cd (patch)
tree6ee21a2bfa5a60f00070aad44ca9674d53c14a3a /xmlsecurity/source/dialogs/macrosecurity.cxx
parent2a566b17752869a2760f85bed5bf4f59ab0b8211 (diff)
Replaced SAL_INFO with SAL_WARN were applicable.
Diffstat (limited to 'xmlsecurity/source/dialogs/macrosecurity.cxx')
-rw-r--r--xmlsecurity/source/dialogs/macrosecurity.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/dialogs/macrosecurity.cxx b/xmlsecurity/source/dialogs/macrosecurity.cxx
index 078fc88f565e..010cf7ab3191 100644
--- a/xmlsecurity/source/dialogs/macrosecurity.cxx
+++ b/xmlsecurity/source/dialogs/macrosecurity.cxx
@@ -268,7 +268,7 @@ IMPL_LINK( MacroSecurityTrustedSourcesTP, AddLocPBHdl, void*, EMPTYARG )
}
catch( uno::Exception& )
{
- SAL_INFO( "xmlsecurity", "MacroSecurityTrustedSourcesTP::AddLocPBHdl(): exception from folder picker" );
+ SAL_WARN( "xmlsecurity.dialogs", "MacroSecurityTrustedSourcesTP::AddLocPBHdl(): exception from folder picker" );
}
return 0;