[hamradio-commits] [dump1090] 258/389: Additional debug message printing

Matthew Ernisse mernisse-guest at moszumanska.debian.org
Wed Nov 5 00:20:02 UTC 2014


This is an automated email from the git hooks/post-receive script.

mernisse-guest pushed a commit to branch master
in repository dump1090.

commit 19ce5a29b1bda53fe4bfa053e579fff35bb82fba
Author: Malcolm Robb <Support at ATTAvionics.com>
Date:   Thu Sep 26 19:25:14 2013 +0100

    Additional debug message printing
---
 Release/view1090.exe | Bin 86016 -> 86016 bytes
 view1090.c           |   1 +
 2 files changed, 1 insertion(+)

diff --git a/Release/view1090.exe b/Release/view1090.exe
index 186552d..57ffc19 100644
Binary files a/Release/view1090.exe and b/Release/view1090.exe differ
diff --git a/view1090.c b/view1090.c
index 6673baf..5b34870 100644
--- a/view1090.c
+++ b/view1090.c
@@ -193,6 +193,7 @@ int main(int argc, char **argv) {
     // the first Windows handle is usually in the 0x54 (84 decimal) region.
 
     if (fd >= MODES_NET_MAX_FD) { // Max number of clients reached
+        fprintf(stderr, "Max number of clients exceeded : fd = 0x%X\n", fd);
         close(fd);
         exit(1);
     }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090.git



More information about the pkg-hamradio-commits mailing list