summaryrefslogtreecommitdiff
path: root/noncore
authormickeyl <mickeyl>2002-12-04 21:23:17 (UTC)
committer mickeyl <mickeyl>2002-12-04 21:23:17 (UTC)
commiteadf7c4aed6ff281f418a7a3b315fd59f001617a (patch) (unidiff)
treea46170b6634f542d595a104062fd0a9dcd76be6f /noncore
parente5d01d8c3cf1d606e53684b6eccaf3ceaf6dea0b (diff)
downloadopie-eadf7c4aed6ff281f418a7a3b315fd59f001617a.zip
opie-eadf7c4aed6ff281f418a7a3b315fd59f001617a.tar.gz
opie-eadf7c4aed6ff281f418a7a3b315fd59f001617a.tar.bz2
more debugging info for our debugging session...
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/libwellenreiter/source/proto.cc9
1 files changed, 7 insertions, 2 deletions
diff --git a/noncore/net/wellenreiter/libwellenreiter/source/proto.cc b/noncore/net/wellenreiter/libwellenreiter/source/proto.cc
index 359bdb5..305f401 100644
--- a/noncore/net/wellenreiter/libwellenreiter/source/proto.cc
+++ b/noncore/net/wellenreiter/libwellenreiter/source/proto.cc
@@ -1,3 +1,3 @@
1/* 1/*
2 * Communication protocol 2 * Communication protocol
3 * 3 *
@@ -14,3 +14,3 @@ int send_network_found (const char *guihost, int guiport, void *structure)
14 char buffer[2048]; 14 char buffer[2048];
15 char temp[4]; 15 char temp[5];
16 16
@@ -58,2 +58,5 @@ int send_network_found (const char *guihost, int guiport, void *structure)
58 58
59 fprintf( stderr, "Temp is %s\n", temp );
60 fprintf( stderr, "ssid_len is %d\n", ptr->ssid_len );
61
59 /* Set ssid */ 62 /* Set ssid */
@@ -61,2 +64,4 @@ int send_network_found (const char *guihost, int guiport, void *structure)
61 64
65 fprintf( stderr, "Buffer is %s\n", buffer );
66
62 /* Send prepared buffer to GUI */ 67 /* Send prepared buffer to GUI */