Skip to content

Commit

Permalink
Log http settings file path
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbirkner authored Dec 18, 2024
1 parent 6dcba15 commit b899f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/httpcl/src/http-settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ void Settings::load()
if (document.IsMap()) {
auto settingsNode = document["http-settings"];
if (!settingsNode.IsDefined()) {
log().debug("No 'http-settings' section found in the YAML file.");
log().debug("No 'http-settings' section found in the YAML file '{}'.", cookieJar);
return;
}
httpSettingsNode = settingsNode;
Expand Down

0 comments on commit b899f4e

Please sign in to comment.