summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--user/usertests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/usertests.c b/user/usertests.c
index 38c81f1..567b691 100644
--- a/user/usertests.c
+++ b/user/usertests.c
@@ -2121,7 +2121,7 @@ sbrkbasic(char *s)
for(i = 0; i < 5000; i++){
b = sbrk(1);
if(b != a){
- printf("%s: sbrk test failed %d %x %x\n", i, a, b);
+ printf("%s: sbrk test failed %d %x %x\n", s, i, a, b);
exit(1);
}
*b = 1;