[mythtv-commits] [MythTV/mythtv] b308c1: Error message for missing database setting
kmdewaal
noreply at github.com
Wed Jan 27 16:38:23 UTC 2021
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: b308c195e4bf879cce37090981a60a25fca1e600
https://github.com/MythTV/mythtv/commit/b308c195e4bf879cce37090981a60a25fca1e600
Author: Klaas de Waal <kdewaal at mythtv.org>
Date: 2021-01-27 (Wed, 27 Jan 2021)
Changed paths:
M mythtv/programs/mythbackend/main_helpers.cpp
Log Message:
-----------
Error message for missing database setting
When database table settings does not have a value for BackendServerAddr
for the current host then mythbackend fails with an error message.
This happens when the database is created with the mc.sql file
but mythtv-setup has never been used to examine and possibly modify
the configuration values.
This is now expressed in the error message.
Previously, the error message referred to the setting of BackendServerIP
but that has been changed to BackendServerName with update to
database schema version 1346 in commit e6f11ce287d467053de719402fbcad5f6fb8047c
More information about the mythtv-commits
mailing list