Commit caa02f81a552798df46e9671b541fe66a23309a1

Kano 2012-03-04T14:37:38

icarus.c modify (regular) timeout warning to only be debug

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/icarus.c b/icarus.c
index b50aaae..48dabe5 100644
--- a/icarus.c
+++ b/icarus.c
@@ -123,7 +123,7 @@ static int icarus_gets(unsigned char *buf, size_t bufLen, int fd)
 
 		rc++;
 		if (rc == ICARUS_READ_FAULT_COUNT) {
-			applog(LOG_WARNING,
+			applog(LOG_DEBUG,
 			       "Icarus Read: No data in %d seconds", rc);
 			return 1;
 		}