mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 00:00:14 +01:00
test: change message about random seed in nmtst
Make it clear, that you can overwrite the seed by setting the
environment variable NMTST_SEED_RAND.
(cherry picked from commit 44a963c894)
This commit is contained in:
parent
a34961ec70
commit
ba43bfc0b7
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ nmtst_get_rand (void)
|
|||
}
|
||||
__nmtst_internal.rand_seed = seed;
|
||||
|
||||
__NMTST_LOG (g_message, ">> initialize nmtst_get_rand() with seed=%u", seed);
|
||||
__NMTST_LOG (g_message, ">> initialize nmtst_get_rand() with NMTST_SEED_RAND=%u", seed);
|
||||
}
|
||||
return __nmtst_internal.rand;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue