diff --git a/python_apps/pypo/pypocli.py b/python_apps/pypo/pypocli.py index cc0f689ed..8a1370a79 100644 --- a/python_apps/pypo/pypocli.py +++ b/python_apps/pypo/pypocli.py @@ -130,7 +130,7 @@ def liquidsoap_running_test(telnet_lock, host, port, logger): msg = "version\n" tn.write(msg) tn.write("exit\n") - logger.info("Liquidsoap version %s", tn.read_all()) + logger.info("Found: %s", tn.read_all()) except Exception, e: logger.error(str(e)) success = False @@ -210,7 +210,7 @@ if __name__ == '__main__': recorder.start() # all join() are commented out because we want to exit entire pypo - # if pypofetch is exiting + # if pypofetch is exiting #pmh.join() #recorder.join() #pp.join() diff --git a/python_apps/pypo/pypofetch.py b/python_apps/pypo/pypofetch.py index bb02ec580..a509f7036 100644 --- a/python_apps/pypo/pypofetch.py +++ b/python_apps/pypo/pypofetch.py @@ -205,22 +205,11 @@ class PypoFetch(Thread): fh.write("log_file = \"/var/log/airtime/pypo-liquidsoap/