summaryrefslogtreecommitdiff
path: root/gpsdecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpsdecode.c')
-rw-r--r--gpsdecode.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpsdecode.c b/gpsdecode.c
index 113e65c7..d566f5a8 100644
--- a/gpsdecode.c
+++ b/gpsdecode.c
@@ -365,6 +365,8 @@ static void decode(FILE *fpin, FILE *fpout)
rtcm3_dump(&rtcm3, stdout);
}
else if (lexer.type == AIVDM_PACKET) {
+ if (verbose >=1 )
+ (void)fputs((char *)lexer.outbuffer, stdout);
/*@ -uniondef */
if (aivdm_decode((char *)lexer.outbuffer, lexer.outbuflen, &aivdm, &ais)) {
if (!json)