Skip to content

Commit

Permalink
Update src/config/configmanager.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
elsongabriel authored Jul 2, 2024
1 parent e46d9ff commit 98d8159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/configmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ bool ConfigManager::reload() {
}

void ConfigManager::missingConfigWarning(const char* identifier) {
g_logger().warn("[{}]: Missing configuration for identifier: {}", __FUNCTION__, identifier));
g_logger().warn("[{}]: Missing configuration for identifier: {}", __FUNCTION__, identifier);
}

std::string ConfigManager::loadStringConfig(lua_State* L, const ConfigKey_t &key, const char* identifier, const std::string &defaultValue) {
Expand Down

0 comments on commit 98d8159

Please sign in to comment.