File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ void Receiver::setTags(const std::string &s)
5252 tag.mode |= 1 ;
5353 break ;
5454 default :
55- Warning () << " Unknown tag '" + std::string (1 ,c) + " ' defined on command line [D / T /M]" ;
55+ Warning () << " Unknown tag '" + std::string (1 ,c) + " ' defined on command line ignored [D / T / M]" ;
5656 }
5757 }
5858}
Original file line number Diff line number Diff line change 11#pragma once
22
33#define VERSION_DESCRIBE "v0.61-168-gde47a072"
4- #define VERSION_URL_TAG "v0_61_168_gde47a072"
4+ // #define VERSION_URL_TAG "v0_61_168_gde47a072"
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ class PlaneDB : public StreamIn<Plane::ADSB>
157157
158158 // Skip inactive planes unless requested
159159 if (!include_inactive && time_since_update > 3600 ) {
160- // break;
160+ break ;
161161 }
162162
163163 content += delim + " [" +
You can’t perform that action at this time.
0 commit comments