logging - code mistake
diff --git a/driver-bflsc.c b/driver-bflsc.c
index 37e717c..8213e9c 100644
--- a/driver-bflsc.c
+++ b/driver-bflsc.c
@@ -1223,7 +1223,7 @@ static void process_nonces(struct cgpu_info *bflsc, int dev, char *xlink, char *
}
if (count > sc_info->que_fld_max) {
- applogsiz(LOG_INFO, "%s%i:%s work returned too large (%d) processing %d anyway",
+ applog(LOG_INFO, "%s%i:%s work returned too large (%d) processing %d anyway",
bflsc->drv->name, bflsc->device_id, xlink, count, sc_info->que_fld_max);
count = sc_info->que_fld_max;
inc_hw_errors(bflsc->thr[0]);
diff --git a/driver-bflsc.h b/driver-bflsc.h
index e6617cb..baa3687 100644
--- a/driver-bflsc.h
+++ b/driver-bflsc.h
@@ -47,7 +47,7 @@ enum driver_version {
#define BFLSC_BUFSIZ (0x1000)
// Should be big enough
-#define BFLSC_APPLOGSIZ (0x2000)
+#define BFLSC_APPLOGSIZ 8192
#define BFLSC_INFO_TIMEOUT 999