summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmloff/source/core/xmlimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx
index 464d397d29b6..891c116098c0 100644
--- a/xmloff/source/core/xmlimp.cxx
+++ b/xmloff/source/core/xmlimp.cxx
@@ -185,7 +185,7 @@ public:
}
else
{
- SAL_WARN("xmloff.core", "unknown LO version: " << loVersion);
+ SAL_INFO("xmloff.core", "unknown LO version: " << loVersion);
}
return; // ignore buildIds
}