diff --git a/source/main.cpp b/source/main.cpp index e0549fe..76b360f 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -20,6 +20,7 @@ int main(int argc, char *argv[]) { sock.connect(app.app_server_out_ip, app.app_port_out); packet = sock.create_packet((uint8_t)app.app_id); + cout << "Sending packet with tracker ID: " << (int)packet.tracker_id << endl; sock.set_packet(packet); sock.send(); } catch (const runtime_error &e) {