about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-06-24 13:56:46 -0700
committerRoland McGrath <roland@hack.frob.com>2015-06-24 13:56:46 -0700
commit010186901d16060a5d1178cc0f2f59199228b99a (patch)
tree0f522951685c2fb2a46c1a41044fea6891f5696d /sysdeps
parentbd0a60f9a74cc4d81eb42a5d1281ae3bd6fee047 (diff)
downloadglibc-010186901d16060a5d1178cc0f2f59199228b99a.tar.gz
glibc-010186901d16060a5d1178cc0f2f59199228b99a.tar.xz
glibc-010186901d16060a5d1178cc0f2f59199228b99a.zip
Print more information in tst-getcpu failure case.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/tst-getcpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/tst-getcpu.c b/sysdeps/unix/sysv/linux/tst-getcpu.c
index 77baebc0a8..d9c05a7ada 100644
--- a/sysdeps/unix/sysv/linux/tst-getcpu.c
+++ b/sysdeps/unix/sysv/linux/tst-getcpu.c
@@ -43,7 +43,7 @@ do_test (void)
 		}
 	      if (cpu2 != cpu)
 		{
-		  printf ("getcpu results %d not possible\n", cpu2);
+		  printf ("getcpu results %d should be %d\n", cpu2, cpu);
 		  result = 1;
 		}
 	    }