Commit 1c6d8a36d8391bb8771bf8048ea9b6be8743919c

Con Kolivas 2013-03-15T19:43:38

bufsize is an unsigned integer, make it so for debug.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/ocl.c b/ocl.c
index fa7b5fc..5c30df0 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