QuickFix inability to enable exists ubxtool without error/warning except in debug

pull/103/head
Stijn Jonker 2020-02-18 19:53:49 +01:00
parent 7c3cafc26c
commit 2694426ba2
1 changed files with 1 additions and 1 deletions

View File

@ -918,7 +918,7 @@ int main(int argc, char** argv)
if (doDEBUG) { cerr<<humanTimeNow()<<" Got ack on SBAS setting"<<endl; }
}
else {
if (doDEBUG) { cerr<<humanTimeNow()<<" Got nack on SBAS setting"<<endl; }
cerr<<humanTimeNow()<<" Got nack on SBAS setting"<<endl;
exit(-1);
}
}