From bb779c6c002acc56af95ca0e7de6aaecc3fcd559 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 24 Mar 2011 11:53:32 +0100 Subject: misc --- src/main.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 1fa82ee..514d124 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -71,7 +71,7 @@ int main(int argc, char *argv[]) case 'h': clOpts.insert("help", "help"); break; - } + } opt = getopt_long(argc, argv, optString, longOpts, &longIndex); } @@ -148,11 +148,11 @@ int main(int argc, char *argv[]) // basic std out engine is ugly... not yet initialised so using qDebug qDebug() << "************* CONFIG INFO *************"; - qDebug() << "configFilePath: " << configFilePath; - qDebug() << "baseURL: " << baseURL; - qDebug() << "downloadDir : " << downloadPath; - qDebug() << "trigger: " << fileToTriggerURL; - qDebug() << "serialLocation: " << serialLocation; + qDebug() << "configFilePath: " << configFilePath.toUtf8(); + qDebug() << "baseURL: " << baseURL.toString().toUtf8(); + qDebug() << "downloadDir : " << downloadPath.toUtf8(); + qDebug() << "trigger: " << fileToTriggerURL.toUtf8(); + qDebug() << "serialLocation: " << serialLocation.toUtf8(); qDebug() << "*******************************************"; // start fbgui -- cgit v1.2.3-55-g7522