diff --git a/sources/properties/propertiesinterface.cpp b/sources/properties/propertiesinterface.cpp index c6b57f0b8..1899595b2 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() << "Error: ValideXml() is not implemented for a derived class of PropertiesInterface"; + qDebug(QString("ValideXml() is not implemented. File: %1, Line: %2").arg(__FILE__).arg(__LINE__).toStdString().data()); return false; }