Page MenuHomePhorge

D497.1775449259.diff
No OneTemporary

Authored By
Unknown
Size
584 B
Referenced Files
None
Subscribers
None

D497.1775449259.diff

diff --git a/kolabformat/v2helpers.h b/kolabformat/v2helpers.h
--- a/kolabformat/v2helpers.h
+++ b/kolabformat/v2helpers.h
@@ -52,7 +52,7 @@
{
const QDomDocument xmlDoc = KolabV2::KolabBase::loadDocument( QString::fromUtf8(xmlData) ); //TODO extract function from V2 format
if ( xmlDoc.isNull() ) {
- Critical() << "Failed to read the xml document";
+ Error() << "Failed to read the xml document";
return KCalPtr();
}
const KCalPtr i = Container::fromXml( xmlDoc, QString() ); //For parsing we don't need the timezone, so we don't set one

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 6, 4:20 AM (14 h, 57 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18802095
Default Alt Text
D497.1775449259.diff (584 B)

Event Timeline