Missing parameter substitution in update.sh output
Basics
Logistics
Basics
Logistics
Description
The “Version is current” log message in update.sh output is missing parameter substitution to put the version in.
The output is literally:
INFO - Version {} is current
INFO - No Upgrade available from 5.1.0
The version is actually output in the second log message, so the script produces all the required information, just the presentation is a bit mixed up. Should be trivial to fix.
Environment
Clean 5.1.0 install. Java17, Debian 12.
Activity
Rod Widdowson
March 18, 2024 at 10:00 AM
Reviewed all used of the log in that module as well - this was the only mismatched parameter
Rod Widdowson
March 18, 2024 at 9:51 AM
Thanks @Vlad Mencl I seem to have fixed this bug mutiple times.
The “Version is current” log message in update.sh output is missing parameter substitution to put the version in.
The output is literally:
INFO - Version {} is current INFO - No Upgrade available from 5.1.0
The version is actually output in the second log message, so the script produces all the required information, just the presentation is a bit mixed up. Should be trivial to fix.