This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- jacktrip.orig/src/JackTrip.cpp
+++ jacktrip/src/JackTrip.cpp
-@@ -745,7 +745,7 @@
+@@ -776,7 +776,7 @@
mTcpClient.close(); // Close the socket
// cout << "TCP Socket Closed!" << endl;
if (mUseAuth && udp_port > 65535) {
QString error_message;
if (udp_port == Auth::WRONGCREDS) {
-@@ -771,7 +771,7 @@
- return;
+@@ -804,7 +804,7 @@
}
-- if (gVerboseFlag) cout << "Connection Succesfull!" << endl;
-+ if (gVerboseFlag) cout << "Connection Successful!" << endl;
+ if (gVerboseFlag)
+- cout << "Connection Succesfull!" << endl;
++ cout << "Connection Successful!" << endl;
// Set with the received UDP port
// ------------------------------