From 5fb47de3da9013631c61a3fb5234973dcf436263 Mon Sep 17 00:00:00 2001 From: codestation Date: Mon, 6 Jan 2014 13:02:35 -0430 Subject: [PATCH] Add debug message when cancelling wireless connection --- src/cmaclient.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cmaclient.cpp b/src/cmaclient.cpp index aa32a0c..d65dabc 100644 --- a/src/cmaclient.cpp +++ b/src/cmaclient.cpp @@ -230,6 +230,7 @@ int CmaClient::stop() return -1; } CmaClient::setActive(false); + qDebug("Cancelling wireless server thread"); VitaMTP_Cancel_Get_Wireless_Vita(); usbcondition.wakeAll(); return 0;