summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-10-26 11:19:37 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-10-26 11:19:37 +0200
commitbe55511dfd501993be795477ecee4c542baf9c3e (patch)
tree1a244169f3867a56f90cb05aa889373b5ace418a
parent402eaced7554aaeea75c10015857ea197191ba34 (diff)
Turn SAL_INFO back to SAL_WARN
...the reason it started firing was a regression that has now been addressed with 402eaced7554aaeea75c10015857ea197191ba34 "Related fdo#46808: Fix UUIInteractionHandler::initialize argument handling." Change-Id: I2f36e1cb5ae1af293a7c07c366f1602e56e966ea
-rw-r--r--comphelper/source/misc/namedvaluecollection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/namedvaluecollection.cxx b/comphelper/source/misc/namedvaluecollection.cxx
index 70f0796bb429..deb02046ec32 100644
--- a/comphelper/source/misc/namedvaluecollection.cxx
+++ b/comphelper/source/misc/namedvaluecollection.cxx
@@ -217,7 +217,7 @@ namespace comphelper
else
{
// Once this is rare, this could be turned into a warning.
- SAL_INFO_IF(
+ SAL_WARN_IF(
pArgument->hasValue(), "comphelper",
("NamedValueCollection::impl_assign: encountered a value"
" type which I cannot handle: "