From b802ffe3fde8f0651d74ea563e1bf90d4e4d8099 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 18 Feb 2017 14:17:02 +0000 Subject: warn->info on icedove/seamonkey profiles Change-Id: I25fe8a433670effbbfd5c530587602697e4f6cf4 --- connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity') diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx b/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx index 15f1dd1264b6..9ba697300b47 100644 --- a/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx +++ b/connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx @@ -87,7 +87,7 @@ IniParser::IniParser(OUString const & rIniName) } else { - SAL_WARN("connectivity.mozab", "couldn't open file: " << iniUrl ); + SAL_INFO("connectivity.mozab", "couldn't open file: " << iniUrl ); } } -- cgit