Actions
Bug #4857
closedThe bundlefile_ensure_lines_present_in_ini_section() will only display a message if called several times for the same file. This will lead to 'unknown state'
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
The bundlefile_ensure_lines_present_in_ini_section(file, section, line) is from a wrong filename and will only display a message if called several times for the same file. The bug is due to a typo in the _logger() call.
Actions