summaryrefslogtreecommitdiffstats
path: root/src/watools.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/watools.cpp')
-rw-r--r--src/watools.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/watools.cpp b/src/watools.cpp
index eaaf51f..5814274 100644
--- a/src/watools.cpp
+++ b/src/watools.cpp
@@ -137,7 +137,7 @@ int WATools::quality( const char* _ifname ) ///returns active link quality in ra
unsigned int std_qual = (100*stats.qual.qual)/50; //calculate normalized quality (0-100). 50 is the best noise/signal difference
if (std_qual > 100) std_qual = 100;
-// std::cout << "* TQUALITY: " << std_qual << std::endl;
+// std::cout << "* QUALITY: " << std_qual << std::endl;
return std_qual;
}