summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-24 00:44:44 +0100
committerJonathan Bauer2011-03-24 00:44:44 +0100
commit731213e4dfc4411312c5dc92df356bad0ad70669 (patch)
treec33a36fcf827affaaed39c88e7ac0c1e025d443b /src/main.cpp
parenta new classes sysinfolibsysfs (diff)
downloadfbgui-731213e4dfc4411312c5dc92df356bad0ad70669.tar.gz
fbgui-731213e4dfc4411312c5dc92df356bad0ad70669.tar.xz
fbgui-731213e4dfc4411312c5dc92df356bad0ad70669.zip
improvements...
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index fc75aab..9e92361 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -119,8 +119,6 @@ int main(int argc, char *argv[])
else
fileToTriggerURL = DEFAULT_FILE_TRIGGER;
- qDebug() << "file to trigger: " << fileToTriggerURL;
-
// setting directory for downloads
if (clOpts.contains("downloadDir")){
downloadPath = clOpts.value("downloadDir");
@@ -137,6 +135,7 @@ int main(int argc, char *argv[])
else updateInterval = DEFAULT_UPDATE_INTERVAL;
// basic std out engine is ugly... not yet initialised so using qDebug
+ qDebug() << "debugMode: " << debugMode;
qDebug() << "configFilePath: " << configFilePath;
qDebug() << "baseURL: " << baseURL;
qDebug() << "downloadDir : " << downloadPath;