aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-dht-monitor.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-09-14 07:59:11 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-09-14 07:59:11 +0000
commitfa061d78f0faa69e3965981cb1c3b8e409908a15 (patch)
tree14b8b0b7c9ff3dd39861fe05c477eb8bcee8a7a0 /src/dht/gnunet-dht-monitor.c
parent381f66253e4c1deb4fc1c54120f5a92cdfca14e9 (diff)
downloadgnunet-fa061d78f0faa69e3965981cb1c3b8e409908a15.tar.gz
gnunet-fa061d78f0faa69e3965981cb1c3b8e409908a15.zip
- formatting
Diffstat (limited to 'src/dht/gnunet-dht-monitor.c')
-rw-r--r--src/dht/gnunet-dht-monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/gnunet-dht-monitor.c b/src/dht/gnunet-dht-monitor.c
index d8f25e58b..e202e6e63 100644
--- a/src/dht/gnunet-dht-monitor.c
+++ b/src/dht/gnunet-dht-monitor.c
@@ -133,7 +133,7 @@ get_callback (void *cls,
133 const struct GNUNET_PeerIdentity *path, 133 const struct GNUNET_PeerIdentity *path,
134 const struct GNUNET_HashCode * key) 134 const struct GNUNET_HashCode * key)
135{ 135{
136 FPRINTF (stdout, "Result %d, operation: %s, type %d\n Key: %s", 136 FPRINTF (stdout, "Result %d, operation: %s, type %d\n Key: %s\n ",
137 result_count, 137 result_count,
138 "GET", 138 "GET",
139 type, 139 type,