aboutsummaryrefslogtreecommitdiffstats
path: root/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'serial.c')
-rw-r--r--serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/serial.c b/serial.c
index 8e27aa0e..05f853ed 100644
--- a/serial.c
+++ b/serial.c
@@ -354,7 +354,7 @@ int serialport_read(unsigned char *buf, unsigned int readcnt)
return 1;
}
if (!tmp)
- msg_pdbg("Empty read\n");
+ msg_pdbg2("Empty read\n");
readcnt -= tmp;
buf += tmp;
}