Updated Ghoul version

This commit is contained in:
Alexander Bock
2015-11-23 12:03:08 -05:00
parent 3806318b0d
commit 94663e7bf7
5 changed files with 6 additions and 7 deletions

View File

@@ -260,8 +260,7 @@ bool OpenSpaceEngine::create(
if (!FileSys.directoryExists(token)) {
std::string p = absPath(token);
LDEBUG("Directory '" << p << "' does not exist, creating.");
if (!FileSys.createDirectory(p, true))
LERROR("Directory '" << p << "' could not be created");
FileSys.createDirectory(p, true);
}
}