changeset 95:18989fb0965b draft

ignore should be debug message
author Roy Marples <roy@marples.name>
date Fri, 13 Apr 2007 08:49:03 +0000
parents c0667e989e61
children 408d14b6e643
files client.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client.c	Thu Apr 12 13:12:25 2007 +0000
+++ b/client.c	Fri Apr 13 08:49:03 2007 +0000
@@ -390,7 +390,7 @@
 					break;
 
 				if (xid != message.xid) {
-					logger (LOG_ERR,
+					logger (LOG_DEBUG,
 							"ignoring packet with xid 0x%x as it's not ours (0x%x)",
 							message.xid, xid);
 					continue;