From e942d5d431346439533910bf649b10ec17463c03 Mon Sep 17 00:00:00 2001 From: Niklas Date: Tue, 25 Oct 2011 18:57:40 +0200 Subject: fixed some bugs. show log screen is now bigger and opens a scrollbar automatically. debug screens added. fixed continue in debug mode, added progress indicator for all screens. --- src/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 2df76a6..837cf6e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -235,6 +235,10 @@ int main(int argc, char *argv[]) { qxtLog->debug() << "downloadDir : " << downloadPath.toUtf8(); qxtLog->debug() << "trigger: " << fileToTriggerURL.toUtf8(); qxtLog->debug() << "serialLocation: " << serialLocation.toUtf8(); + qxtLog->debug() << "server: " << gServerIp.toUtf8(); + qxtLog->debug() << "autoup: " << gAutoUp; + qxtLog->debug() << "socketserverpath: " << gSocketServerPath.toUtf8(); + qxtLog->debug() << "pathtoexe: " << gPathToDhcpExe.toUtf8(); qxtLog->debug() << "*******************************************"; // set invisible cursor -- cgit v1.2.3-55-g7522