summaryrefslogtreecommitdiffstats
path: root/src/madc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/madc.cpp')
-rw-r--r--src/madc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/madc.cpp b/src/madc.cpp
index 63516d9..731186e 100644
--- a/src/madc.cpp
+++ b/src/madc.cpp
@@ -34,7 +34,7 @@ int main() {
std::cerr << "Connection error: " << e.what() << std::endl;
}
- connection.send(Mad::Net::Packet(0x0001, 0xABCD));
+ std::cout << connection.send(Mad::Net::Packet(0x0001, 0xABCD)) << std::endl;
connection.disconnect();