add an extra space before debug in AssetServer

This commit is contained in:
Stephen Birarda 2016-03-07 13:25:28 -08:00
parent e7124d4b10
commit 7bb97ec3da

View file

@ -130,6 +130,7 @@ void AssetServer::completeSetup() {
}
}
qInfo() << "Serving files from: " << _resourcesDirectory.path();
// Check the asset directory to output some information about what we have