summaryrefslogtreecommitdiffstats
path: root/src/game/server/whitelist.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/server/whitelist.cc')
-rw-r--r--src/game/server/whitelist.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/server/whitelist.cc b/src/game/server/whitelist.cc
index 3f1c413..555e5f3 100644
--- a/src/game/server/whitelist.cc
+++ b/src/game/server/whitelist.cc
@@ -48,7 +48,7 @@ void whitelist::init_late(void)
PHYSFS_File* file = PHYSFS_openRead(whitelist::filename.c_str());
if(file == nullptr) {
- spdlog::warn("whitelist: {}: {}", whitelist::filename.get(), io::physfs_error());
+ spdlog::warn("whitelist: {}: {}", whitelist::filename.get(), physfs_error());
whitelist::enabled.set_value(false);
return;
}