bareos: master 294bd5b4

Author Committer Branch Timestamp Parent
Sebastian Sura Bareos Bot master 2025-11-27 09:16 master 2b5db8c4 Pending
Changeset status: remove extra space in version string

VSS is either "" or " VSS", so there should _never_ be a space before
%s. As the string is static, it also doesnt make sense to format it
at runtime, so I simply added in directly into the format string.
mod - core/src/filed/status.cc Diff File