Fix up all logging output
Remove debug logging Use cerr or clog in the correct places refactor a few more functions
This commit is contained in:
parent
b141314434
commit
3ed25cd37f
7 changed files with 121 additions and 125 deletions
|
@ -16,7 +16,7 @@ if [[ $? != 0 ]]; then
|
|||
exit
|
||||
fi
|
||||
|
||||
echo "Performing install"
|
||||
echo "TTRTS: Performing install"
|
||||
sudo make install
|
||||
if [[ $? != 0 ]]; then
|
||||
echo "TTRTS: Install failed, check output"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue