Browse Source

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

Kano 14 years ago
parent
commit
caa02f81a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      icarus.c

+ 1 - 1
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;
 		}