diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-10-07 12:55:45 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-10-07 12:55:45 +0000 |
commit | 9e6d56bcde7691248ecb68e781b1be94305223ae (patch) | |
tree | 62cea85fb53c6d5cf1b47c823131eb31cb810d6d /src/nat | |
parent | fee4f9a4d050a1997ea17153b4505c9f245b1975 (diff) |
-newline, include error code
Diffstat (limited to 'src/nat')
-rw-r--r-- | src/nat/nat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nat/nat.c b/src/nat/nat.c index b0ec4fe197..d41f3fab8b 100644 --- a/src/nat/nat.c +++ b/src/nat/nat.c @@ -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 { |