From 1c6d8a36d8391bb8771bf8048ea9b6be8743919c Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Fri, 15 Mar 2013 19:43:38 +1100 Subject: [PATCH] bufsize is an unsigned integer, make it so for debug. --- ocl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocl.c b/ocl.c index fa7b5fcd..5c30df01 100644 --- a/ocl.c +++ b/ocl.c @@ -814,7 +814,7 @@ built: applog(LOG_WARNING, "Your scrypt settings come to %u", bufsize); } else bufsize = cgpu->max_alloc; - applog(LOG_DEBUG, "Creating scrypt buffer sized %d", bufsize); + applog(LOG_DEBUG, "Creating scrypt buffer sized %u", bufsize); clState->padbufsize = bufsize; /* This buffer is weird and might work to some degree even if