debug gaaay

This commit is contained in:
TotallyNotElite 2018-09-14 19:08:53 +02:00
parent 78c55d632c
commit 15354f6c9b

View File

@ -93,6 +93,7 @@ settings::SettingsReader::SettingsReader(settings::Manager &manager)
bool settings::SettingsReader::loadFrom(std::string path)
{
logging::Info("Path: %s", path.c_str());
stream.open(path, std::ios::in | std::ios::binary);
if (stream.bad() || stream.fail())