]> git.stg.codes - stg.git/commitdiff
Temporary added config dump.
authorMaxim Mamontov <faust.madf@gmail.com>
Tue, 7 Jan 2014 16:07:21 +0000 (18:07 +0200)
committerMaxim Mamontov <faust.madf@gmail.com>
Tue, 7 Jan 2014 16:07:21 +0000 (18:07 +0200)
projects/sgconf/main.cpp

index c1fc4c3e58a34c3388ca97dfc48666a743456e78..70c55718f35ccf887ef18354d5c34740b607eb84 100644 (file)
@@ -1240,6 +1240,8 @@ if (state.argc > 0)
     return -1;
     }
 
+std::cerr << "Config: " << config.Serialize() << std::endl;
+
 return 0;
 
 if (argc < 2)