baycom / tfrec

SDR tool for receiving wireless sensor data (TFA IT+ KlimaLogg Pro, LaCrosse, WeatherHub)
GNU General Public License v2.0
68 stars 19 forks source link

Fix: Print debug messages only in debug mode #2

Closed git-developer closed 6 years ago

git-developer commented 7 years ago

I noticed that debug messages are printed even with "-q" set. I think I found and fixed the problem; the debug value for quiet ('-1') evaluates to true, so comparisons have to consider that.