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:
aef68bb
)
remove gnunet_break on allowable condition
author
Nathan S. Evans
<evans@in.tum.de>
Fri, 17 Sep 2010 15:57:37 +0000
(15:57 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Fri, 17 Sep 2010 15:57:37 +0000
(15:57 +0000)
src/core/gnunet-service-core.c
patch
|
blob
|
history
diff --git
a/src/core/gnunet-service-core.c
b/src/core/gnunet-service-core.c
index e10d03343a59ce5a77bbc615ac586c259f1a7117..5c8d8dc72ca7ee1409143338291f656d6440822e 100644
(file)
--- a/
src/core/gnunet-service-core.c
+++ b/
src/core/gnunet-service-core.c
@@
-2372,7
+2372,9
@@
notify_transport_connect_done (void *cls, size_t size, void *buf)
/* transport should only call us to transmit a message after
* telling us about a successful connection to the respective peer */
n->th = NULL; /* If this happens because of a timeout, reset n-th so another message may be sent for this peer! */
- GNUNET_break (0);
+#if DEBUG_CORE
+ GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "Timeout on notify connect!\n");
+#endif
return 0;
}
n->th = NULL;