diff --git a/sources/properties/propertiesinterface.cpp b/sources/properties/propertiesinterface.cpp index 1899595b2..c6b57f0b8 100644 --- a/sources/properties/propertiesinterface.cpp +++ b/sources/properties/propertiesinterface.cpp @@ -73,7 +73,7 @@ bool PropertiesInterface::fromXml (const QDomElement &xml_element) } bool PropertiesInterface::valideXml(QDomElement& element) { - qDebug(QString("ValideXml() is not implemented. File: %1, Line: %2").arg(__FILE__).arg(__LINE__).toStdString().data()); + qDebug() << "Error: ValideXml() is not implemented for a derived class of PropertiesInterface"; return false; }