projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4710df
)
(no commit message)
author
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 25 Oct 2010 08:37:29 +0000
(08:37 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 25 Oct 2010 08:37:29 +0000
(08:37 +0000)
src/transport/test_quota_compliance.c
patch
|
blob
|
history
diff --git
a/src/transport/test_quota_compliance.c
b/src/transport/test_quota_compliance.c
index 22519144a2a2039258ee88f2cac8647271a50386..b516ac4ed1c13612c698356a4502408d9dd8fbb4 100644
(file)
--- a/
src/transport/test_quota_compliance.c
+++ b/
src/transport/test_quota_compliance.c
@@
-303,7
+303,7
@@
measurement_end (void *cls,
GNUNET_TRANSPORT_notify_transmit_ready_cancel(transmit_handle);
transmit_handle = NULL;
}
- GNUNET_log (GNUNET_ERROR_TYPE_
DEBUG
,
+ GNUNET_log (GNUNET_ERROR_TYPE_
INFO
,
"\nQuota compliance ok: \n"\
"Quota allowed: %10llu kb/s\n"\
"Throughput : %10llu kb/s\n", (current_quota_p1 / (1024)) , (total_bytes/(duration.value / 1000)/1024));