Skip to content

Commit

Permalink
feat: display database info after loading new database state
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Feb 5, 2024
1 parent 0dcdee1 commit 0249416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/silo/database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ Database Database::loadDatabaseState(const std::filesystem::path& save_directory
SPDLOG_INFO(
"Finished loading data_version from {}", (save_directory / "data_version.silo").string()
);
SPDLOG_INFO("Database info after loading: {}", database.getDatabaseInfo());

return database;
}
Expand Down

0 comments on commit 0249416

Please sign in to comment.