Print direct command line responses to standard output instead of using the log system
authorPerttu Ahola <celeron55@gmail.com>
Sun, 1 Nov 2015 22:10:09 +0000 (00:10 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Sun, 1 Nov 2015 22:11:20 +0000 (00:11 +0200)
commit3285bf73b9dae5b0c713f9a79263a732294c2aab
tree2d8093272a801b5a49c2d57ea79f18468b7cbe54
parent52e5b513ed9dc143c967c733423fe751e1b663d1
Print direct command line responses to standard output instead of using the log system

Using logging for these just makes them bloated and hard to read and overally just not neat at all.
src/main.cpp