Add debug message when cancelling wireless connection

This commit is contained in:
codestation
2014-01-06 13:02:35 -04:30
parent fc4bd30b42
commit 5fb47de3da

View File

@@ -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;