From efd8722fd96147a286b79fef8d9bf22d137f720d Mon Sep 17 00:00:00 2001 From: ZipCPU Date: Thu, 7 Jun 2018 08:12:22 -0400 Subject: Connected the log file facility to stderr --- ice40/main.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ice40/main.cc b/ice40/main.cc index d47076fd..c42b869a 100644 --- a/ice40/main.cc +++ b/ice40/main.cc @@ -25,6 +25,7 @@ #include "mainwindow.h" #include "pybindings.h" #include "version.h" +#include "log.h" void svg_dump_el(const GraphicElement &el) { @@ -52,6 +53,8 @@ int main(int argc, char *argv[]) int rc = 0; std::string str; + log_files.push_back(stderr); + po::options_description options("Allowed options"); options.add_options()("help,h", "show help"); options.add_options()("test", "just a check"); -- cgit v1.2.3