diff --git a/hdlc.c b/hdlc.c
index 528c643..c562922 100644
--- a/hdlc.c
+++ b/hdlc.c
@@ -108,7 +108,7 @@ static void aprs_disp_packet(unsigned char *bp, unsigned int len)
 	if (*hdr++ != 0xf0) // PID 0xf0 = no layer 3 protocol
 		return;
 
-	verbprintf(0, "APRS: ");
+	verbprintf(0, "");
 	// source call
 	aprs_print_ax25call(&bp[7], 0);
 	verbprintf(0, ">");
