Removed dead code and added some logging.

This commit is contained in:
codestation
2013-08-13 11:47:16 -04:30
parent 6b17d2bc94
commit 0d8c0a2b24
5 changed files with 15 additions and 17 deletions

View File

@@ -53,7 +53,7 @@ int main(int argc, char *argv[])
qInstallMsgHandler(noMessageOutput);
#endif
} else {
VitaMTP_Set_Logging(VitaMTP_DEBUG);
VitaMTP_Set_Logging(VitaMTP_VERBOSE);
}
qDebug()<<"From main thread: "<<QThread::currentThreadId();