mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 13:20:08 +01:00
test: print NMTST_SEED_RAND value with g_print()
For tests with assert-logging enabled, we already printed
the message with g_print(), instead of g_message().
We always want to print this value, because it is important
to reproduce a test failure. Hence, just (always) print
directly to stdout.
Also, add a leading newline, because the output was attached
to the previous line.
(cherry picked from commit 4ab540939c)
This commit is contained in:
parent
636c8592ce
commit
7f7c8acbae
1 changed files with 1 additions and 1 deletions
|
|
@ -493,7 +493,7 @@ nmtst_get_rand (void)
|
|||
}
|
||||
__nmtst_internal.rand_seed = seed;
|
||||
|
||||
__NMTST_LOG (g_message, ">> initialize nmtst_get_rand() with NMTST_SEED_RAND=%u", seed);
|
||||
g_print ("\nnmtst: initialize nmtst_get_rand() with NMTST_SEED_RAND=%u\n", seed);
|
||||
}
|
||||
return __nmtst_internal.rand;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue