Fix LlamaBleue's bug

This commit is contained in:
Aang23 2025-06-11 17:38:30 +02:00
parent f5b9e69854
commit 5ab3fb7f53
12 changed files with 20 additions and 19 deletions

View file

@ -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);