mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
add trailing new line to mixer output
This commit is contained in:
parent
5f393734e0
commit
eaf27a942e
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ void *sendBuffer(void *args)
|
|||
while (true) {
|
||||
sentBytes = 0;
|
||||
|
||||
printf("Last send was %f us ago", usecTimestampNow() - usecTimestamp(&lastSend));
|
||||
printf("Last send was %f ms ago\n", (usecTimestampNow() - usecTimestamp(&lastSend)) / 1000);
|
||||
gettimeofday(&lastSend, NULL);
|
||||
|
||||
for (int i = 0; i < agentList.getAgents().size(); i++) {
|
||||
|
|
Loading…
Reference in a new issue