summaryrefslogtreecommitdiffstats
path: root/dbaccess
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2012-01-16 23:15:55 +0100
committerMichael Stahl <mstahl@redhat.com>2012-01-17 23:27:44 +0100
commit2a566b17752869a2760f85bed5bf4f59ab0b8211 (patch)
tree2b19ae74e01785b084275952327bf721ac468899 /dbaccess
parentReplaced SAL_INFO with SAL_WARN were applicable. (diff)
downloadcore-2a566b17752869a2760f85bed5bf4f59ab0b8211.tar.gz
core-2a566b17752869a2760f85bed5bf4f59ab0b8211.zip
Replaced SAL_INFO with SAL_WARN were applicable.
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/misc/UITools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/misc/UITools.cxx b/dbaccess/source/ui/misc/UITools.cxx
index d77c9dabcfdb..2deb60720881 100644
--- a/dbaccess/source/ui/misc/UITools.cxx
+++ b/dbaccess/source/ui/misc/UITools.cxx
@@ -1281,7 +1281,7 @@ namespace
}
else
{
- SAL_INFO( "dbaccess", "Property 'AnchorName' is missing" );
+ SAL_WARN( "dbaccess.ui", "Property 'AnchorName' is missing" );
}
}
catch( Exception& )