mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 20:07:51 +02:00
Switched to a custom logging lib instead of that spdlog junk
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
#include <dsp/buffer/packer.h>
|
||||
#include <dsp/convert/stereo_to_mono.h>
|
||||
#include <dsp/sink/handler_sink.h>
|
||||
#include <spdlog/spdlog.h>
|
||||
#include <utils/flog.h>
|
||||
#include <config.h>
|
||||
#include <gui/style.h>
|
||||
#include <core.h>
|
||||
@ -203,7 +203,7 @@ private:
|
||||
stereoSink.start();
|
||||
}
|
||||
else {
|
||||
spdlog::warn("Starting");
|
||||
flog::warn("Starting");
|
||||
s2m.start();
|
||||
monoSink.start();
|
||||
}
|
||||
|
Reference in New Issue
Block a user