From: Maxim Mamontov Date: Tue, 7 Jan 2014 16:07:21 +0000 (+0200) Subject: Temporary added config dump. X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/ad0da4b1a6f6cf0afd5a234b1523bdbf0f6321d8 Temporary added config dump. --- diff --git a/projects/sgconf/main.cpp b/projects/sgconf/main.cpp index c1fc4c3e..70c55718 100644 --- a/projects/sgconf/main.cpp +++ b/projects/sgconf/main.cpp @@ -1240,6 +1240,8 @@ if (state.argc > 0) return -1; } +std::cerr << "Config: " << config.Serialize() << std::endl; + return 0; if (argc < 2)