aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/peerstore_api.c
diff options
context:
space:
mode:
authorOmar Tarabai <tarabai@devegypt.com>2014-06-11 11:54:30 +0000
committerOmar Tarabai <tarabai@devegypt.com>2014-06-11 11:54:30 +0000
commit495f1745570ea1d5ba8e23916030815fe65d1cbc (patch)
treed1eb8d6f5773db3ddabf165dcd3ea1c85ceabcff /src/peerstore/peerstore_api.c
parent6f79b466c1333431aca6ee3158a29cdf62f1002e (diff)
downloadgnunet-495f1745570ea1d5ba8e23916030815fe65d1cbc.tar.gz
gnunet-495f1745570ea1d5ba8e23916030815fe65d1cbc.zip
peerstore: minor fixes
Diffstat (limited to 'src/peerstore/peerstore_api.c')
-rw-r--r--src/peerstore/peerstore_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerstore/peerstore_api.c b/src/peerstore/peerstore_api.c
index bf5fb3529..cbe04c56b 100644
--- a/src/peerstore/peerstore_api.c
+++ b/src/peerstore/peerstore_api.c
@@ -712,7 +712,7 @@ void handle_watch_result (void *cls, const struct GNUNET_MessageHeader *msg)
712 if(NULL == msg) 712 if(NULL == msg)
713 { 713 {
714 LOG(GNUNET_ERROR_TYPE_ERROR, 714 LOG(GNUNET_ERROR_TYPE_ERROR,
715 "Problem receiving a watch response, no way to determine which request.\n"); 715 _("Problem receiving a watch response, no way to determine which request.\n"));
716 reconnect(h); 716 reconnect(h);
717 return; 717 return;
718 } 718 }