mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Fix LlamaBleue's bug
This commit is contained in:
parent
f5b9e69854
commit
5ab3fb7f53
12 changed files with 20 additions and 19 deletions
|
|
@ -36,7 +36,7 @@ namespace satdump
|
|||
processing_mutex.lock();
|
||||
is_processing = true;
|
||||
|
||||
logger->info("Starting processing pipeline " + downlink_pipeline.name + "...");
|
||||
logger->info("Starting processing pipeline " + downlink_pipeline.id + "...");
|
||||
logger->debug("Input file (" + input_level + ") : " + input_file);
|
||||
logger->debug("Output file : " + output_file);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue