summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-02-18 14:17:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-02-19 20:37:40 +0000
commitb802ffe3fde8f0651d74ea563e1bf90d4e4d8099 (patch)
tree3dce68814e4c8aefec37cb032af6ce0e70caea2e /connectivity
parente1538ed0b0dd623a6bd3971e5f3c8cecc11c8d60 (diff)
warn->info on icedove/seamonkey profiles
Change-Id: I25fe8a433670effbbfd5c530587602697e4f6cf4
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSINIParser.cxx2
1 files changed, 1 insertions, 1 deletions
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 );
}
}