summaryrefslogtreecommitdiff
path: root/src/xmlmenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlmenu.cpp')
-rw-r--r--src/xmlmenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlmenu.cpp b/src/xmlmenu.cpp
index 99581c1..f4e36c4 100644
--- a/src/xmlmenu.cpp
+++ b/src/xmlmenu.cpp
@@ -38,7 +38,7 @@ MenuNode* XmlMenu::LoadXmlMenu(string menuFileName, string schemaFileName)
try
{
- dsyslog("loading menuorg config file from %s and schema from %s",menuFileName, schemaFileName);
+ dsyslog("loading menuorg config file from %s and schema from %s",menuFileName.data(), schemaFileName.data());
DomParser parser;
parser.set_substitute_entities(); //We just want the text to be resolved/unescaped automatically.