-fix
authorMartin Schanzenbach <mschanzenbach@posteo.de>
Wed, 27 Jun 2012 10:30:38 +0000 (10:30 +0000)
committerMartin Schanzenbach <mschanzenbach@posteo.de>
Wed, 27 Jun 2012 10:30:38 +0000 (10:30 +0000)
src/gns/gnunet-service-gns_resolver.c

index cff311cd042e8eb579fb3df8ec048516c5c6b7b9..0f766d9038b843d835c84be210f0f6defaa7ed2f 100644 (file)
@@ -1504,7 +1504,7 @@ read_dns_response (void *cls,
   {
     /* timeout or shutdown */
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-                "Terminating DNS query\n");
+                "Terminating DNS query %d\n", tc->reason);
     finish_lookup (rh, rlh, 0, NULL);
     GNUNET_NETWORK_socket_close (rh->dns_sock);
     free_resolver_handle (rh);