diff --git a/main.cpp b/main.cpp index 756c54e572d58096fe1fc02fdd9795826efa98f6..ae451d8f229c5b7a4eaae234a43bdd04ee80a951 100644 --- a/main.cpp +++ b/main.cpp @@ -222,7 +222,7 @@ std::vector<std::unique_ptr<CoinCell>> asign_coincells(std::vector<uint16_t> cel for(int id : muliplexerchs) { std::pair<int, channel_t> addr = multiplexers->getAddress(id); - Log(Log::INFO, false)<<" Mulitplexer "<<addr.first<<" channel "<<Multiplexers::chToString(addr.second)<<", "; + Log(Log::INFO, false, false)<<" Mulitplexer "<<addr.first<<" channel "<<Multiplexers::chToString(addr.second)<<", "; } Log(Log::INFO, false)<<'\n'; }