diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-16 23:15:55 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-17 23:27:44 +0100 |
commit | 2a566b17752869a2760f85bed5bf4f59ab0b8211 (patch) | |
tree | 2b19ae74e01785b084275952327bf721ac468899 /dbaccess | |
parent | 3f7c5847ffca045230f4fa2a163405e35afb04d7 (diff) |
Replaced SAL_INFO with SAL_WARN were applicable.
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/misc/UITools.cxx | 2 |
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& ) |