mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-03-19 19:34:40 +01:00
fix logging
This commit is contained in:
parent
b34c1138b9
commit
fbe43a1715
4
csdr.py
4
csdr.py
|
|
@ -151,8 +151,8 @@ class dsp:
|
|||
if_samp_rate=self.if_samp_rate()
|
||||
)
|
||||
|
||||
logger.debug("[openwebrx-dsp-plugin:csdr] secondary command (fft) =", secondary_command_fft)
|
||||
logger.debug("[openwebrx-dsp-plugin:csdr] secondary command (demod) =", secondary_command_demod)
|
||||
logger.debug("[openwebrx-dsp-plugin:csdr] secondary command (fft) = %s", secondary_command_fft)
|
||||
logger.debug("[openwebrx-dsp-plugin:csdr] secondary command (demod) = %s", secondary_command_demod)
|
||||
my_env=os.environ.copy()
|
||||
#if self.csdr_dynamic_bufsize: my_env["CSDR_DYNAMIC_BUFSIZE_ON"]="1";
|
||||
if self.csdr_print_bufsizes: my_env["CSDR_PRINT_BUFSIZES"]="1";
|
||||
|
|
|
|||
Loading…
Reference in a new issue