make really loud unable to communicate with peerinfo messages go away
[oweals/gnunet.git] / src / nat / upnp-reply-parse.c
index 64d84de650c368f0e4667d6d13990c6064f591ff..398cde83428a0dab1dd5253df10b9a9d036d4a66 100644 (file)
@@ -158,7 +158,7 @@ UPNP_REPLY_print_ (char *buffer, int buf_size)
   for (nv = pdata.head.lh_first; nv != NULL; nv = nv->entries.le_next)
     {
       GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "UPnP",
-                       "%s = %s", nv->name, nv->abs_value);
+                       "%s = %s", nv->name, nv->value);
     }
 
   UPNP_REPLY_free_ (&pdata);