diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index f5de932f..b8a493f6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -182,9 +182,7 @@ int main(int argc, char *argv[]) using namespace tmwserv; - Storage& store = Storage::instance(); - - LOG_INFO("Number of accounts on server: " << store.getAccountCount()) + Storage& store = Storage::instance("tmw"); // Test the database retrieval code LOG_INFO("Attempting to retrieve account with username 'nym'") |