diff --git a/SessionCreator.cpp b/SessionCreator.cpp index de0b622..e733668 100644 --- a/SessionCreator.cpp +++ b/SessionCreator.cpp @@ -103,7 +103,7 @@ void SessionCreator::load(const std::string& filename) { XMLError eResult = xmlDoc_.LoadFile(filename.c_str()); if ( XMLResultError(eResult)){ - Log::Warning("%s could not be opened.", filename.c_str()); + Log::Warning("%s could not be opened.\n%s", filename.c_str(), xmlDoc_.ErrorStr()); return; }