This commit is contained in:
Wolfgang Hottgenroth 2021-02-09 18:38:31 +01:00
parent c2dec6b19d
commit 1243bc5911
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -22,7 +22,7 @@ const t_device devices[] = {
config_t cfg; config_t cfg;
int readConfig() { void readConfig() {
config_init(&cfg); config_init(&cfg);
if (! config_read_file(&cfg, "/etc/sink20169.cfg")) { if (! config_read_file(&cfg, "/etc/sink20169.cfg")) {
logmsg(LOG_ERR, "failed to read config file: %s:%d - %s\n", logmsg(LOG_ERR, "failed to read config file: %s:%d - %s\n",