]> git.tuebingen.mpg.de Git - dss.git/commit - dss.c
Avoid duplicate error message.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 17 May 2020 15:08:33 +0000 (17:08 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 17 May 2020 15:08:33 +0000 (17:08 +0200)
commitbf0f03c00f6de518d01b6cb1e94c1d447e5cd3b1
tree805390dd009f34299ecc4d83f948b7f709cad563
parent53920f69b9988918e3be610e432e619c996e3e99
Avoid duplicate error message.

If parse_config_file() encounters an error, it logs the error *and*
returns the error code, which causes the error message to be logged
again. Fix this by removing the log statement from parse_config_file().
dss.c