diff options
| author | Niklas | 2011-10-25 18:57:40 +0200 |
|---|---|---|
| committer | Niklas | 2011-10-25 18:57:40 +0200 |
| commit | e942d5d431346439533910bf649b10ec17463c03 (patch) | |
| tree | c6d16dc9c1376d51c587eaa8049d2fafa080a8e6 /src/main.cpp | |
| parent | no working (diff) | |
| download | fbgui-e942d5d431346439533910bf649b10ec17463c03.tar.gz fbgui-e942d5d431346439533910bf649b10ec17463c03.tar.xz fbgui-e942d5d431346439533910bf649b10ec17463c03.zip | |
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.
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
