diff --git a/Makefile b/Makefile index 025478d..e5f328a 100644 --- a/Makefile +++ b/Makefile @@ -24,10 +24,10 @@ SYSDIR=/lib/systemd/system IRC=ircddb # use this if you want debugging help in the case of a crash -#CPPFLAGS=-g -ggdb -W -Wall -std=c++11 -Iircddb -DCFG_DIR=\"$(CFGDIR)\" +CPPFLAGS=-g -ggdb -W -Wall -std=c++11 -Iircddb -DCFG_DIR=\"$(CFGDIR)\" # or, you can choose this for a much smaller executable without debugging help -CPPFLAGS=-W -Wall -std=c++11 -Iircddb -DCFG_DIR=\"$(CFGDIR)\" +#CPPFLAGS=-W -Wall -std=c++11 -Iircddb -DCFG_DIR=\"$(CFGDIR)\" LDFLAGS=-L/usr/lib -lrt diff --git a/qnadmin b/qnadmin index ae0b212..dadc78b 100755 --- a/qnadmin +++ b/qnadmin @@ -92,7 +92,7 @@ BaseStatus () { if [[ "$ActiveGate" == "inactive" ]]; then echo "is not installed" else - echo "ActiveState os $ActiveGate SubState is $SubGate" + echo "ActiveState is $ActiveGate SubState is $SubGate" fi echo -n "QnetLink " if [[ "$ActiveLink" == "inactive" ]]; then