-newline, include error code
authorChristian Grothoff <christian@grothoff.org>
Wed, 7 Oct 2015 12:55:45 +0000 (12:55 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 7 Oct 2015 12:55:45 +0000 (12:55 +0000)
src/nat/nat.c

index b0ec4fe19734eb919b3bef733eee37a321bdfe47..d41f3fab8b786803f7db3749c295c5f2d905f3af 100644 (file)
@@ -1130,7 +1130,8 @@ stun_request_callback (void *cls,
   if (GNUNET_NAT_ERROR_SUCCESS != result)
   {
     LOG (GNUNET_ERROR_TYPE_WARNING,
-         "Error processing a STUN request");
+         "Error processing a STUN request: %d\n",
+         result);
   }
   else
   {