Added missing space for a message logging of model geometry

Update Ghoul
This commit is contained in:
Alexander Bock
2015-06-05 16:27:31 +02:00
parent 17498c28c6
commit a798edf198
2 changed files with 2 additions and 2 deletions

View File

@@ -155,7 +155,7 @@ bool ModelGeometry::loadObj(const std::string& filename){
// file for the next run
}
else {
LINFO("Cache for Model'" << filename << "' not found");
LINFO("Cache for Model '" << filename << "' not found");
}
LINFO("Loading Model file '" << filename << "'");
bool success = loadModel(filename);