2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 01:51:51 +00:00

ci/vdso01: fix typo

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
Radostin Stoyanov 2024-03-26 13:01:16 +00:00 committed by Andrei Vagin
parent e68a06cfd1
commit f4290868bb

View File

@ -372,7 +372,7 @@ static int vdso_time_handler(void *func)
t1 = time(NULL);
t2 = vdso_time(NULL);
test_msg("time: %li vdso_time: %li\n", (long)t1, (long)t1);
test_msg("time: %li vdso_time: %li\n", (long)t1, (long)t2);
if (labs(t1 - t2) > TIME_DELTA_SEC) {
pr_perror("Delta is too big");