From 8d99a449933f69d88cbe6deda729c861e4213455 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Fri, 30 Aug 2013 22:38:56 +1000 Subject: [PATCH] Show how small a too small result in bflsc is. --- driver-bflsc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driver-bflsc.c b/driver-bflsc.c index e3ad3943..f488972c 100644 --- a/driver-bflsc.c +++ b/driver-bflsc.c @@ -1324,8 +1324,8 @@ static int process_results(struct cgpu_info *bflsc, int dev, char *pbuf, int *no if (lines < QUE_RES_LINES_MIN) { tmp = str_text(pbuf); - applog(LOG_ERR, "%s%i:%s result too small (%s) ignored", - bflsc->drv->name, bflsc->device_id, xlink, tmp); + applog(LOG_ERR, "%s%i:%s result of %d too small (%s) ignored", + bflsc->drv->name, bflsc->device_id, xlink, lines, tmp); free(tmp); goto arigatou; }