mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
ms changed to us
This commit is contained in:
parent
d44c7d2d67
commit
6b64b2b101
@ -130,7 +130,7 @@ static void run_test(tester_t *tester, void (*test_function) (tester_t * tester)
|
||||
|
||||
if (this->failed_asserts_count > 0)
|
||||
{
|
||||
fprintf(this->output,"FAILED: %-47s|%10ld ms\n",test_name,timediff);
|
||||
fprintf(this->output,"FAILED: %-47s|%10ld us\n",test_name,timediff);
|
||||
}else
|
||||
{
|
||||
fprintf(this->output,"|%10ld ms\n",timediff);
|
||||
|
Loading…
x
Reference in New Issue
Block a user