summaryrefslogtreecommitdiffstats
path: root/tests/helpers/test_uuidd.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/helpers/test_uuidd.c')
-rw-r--r--tests/helpers/test_uuidd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/helpers/test_uuidd.c b/tests/helpers/test_uuidd.c
index a9effdab0..e5169fc7c 100644
--- a/tests/helpers/test_uuidd.c
+++ b/tests/helpers/test_uuidd.c
@@ -307,7 +307,7 @@ int main(int argc, char *argv[])
remove_segment(shmem_id, objects);
if (nignored)
- printf("%zu objects ignored (probably problem to create processes/threads\n", nignored);
+ printf("%zu objects ignored\n", nignored);
if (!nfailed)
printf("test successful (no duplicate UUIDs found)\n");
else