Skip to content

Commit

Permalink
Rephrase exception message for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
maccabeelevine committed Dec 22, 2023
1 parent bd5a400 commit 9cfa08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/Recommend/ConsortialVuFind.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public function setConfig($settings)
section of ConsortialVuFind.ini.");
}
} else {
$this->logError("No section found '$configSectionName' in ConsortialVuFind.ini.");
$this->logError("'$configSectionName' section not found in ConsortialVuFind.ini.");
}
}

Expand Down

0 comments on commit 9cfa08d

Please sign in to comment.