Index: sources/device/DeviceView.cpp =================================================================== diff -u -r9c938bd3366278ba3481d5e2e2074f5e2280b1b6 -raa9ba5a44d2015929643dee0b505f19f471594de --- sources/device/DeviceView.cpp (.../DeviceView.cpp) (revision 9c938bd3366278ba3481d5e2e2074f5e2280b1b6) +++ sources/device/DeviceView.cpp (.../DeviceView.cpp) (revision aa9ba5a44d2015929643dee0b505f19f471594de) @@ -371,7 +371,7 @@ QStringList fields = lines[row].split(','); // qDebug() << fields.join("-"); - LOG_DEBUG(fields.join("-")); +// LOG_DEBUG(fields.join("-")); // this will never fail since even an empty string in split at least has index 0=eSSID; mSSID = fields[eSSID].trimmed(); if ( mSSID.isEmpty() ) continue; //hidden networks, or an incorrect entry @@ -520,7 +520,6 @@ accepted(vData.mAccepted); reason (vData.mReason ); - status (vData.mMessage ); // has to be the last one response(true); @@ -579,7 +578,7 @@ } // this has to be called to let Gui to set to old value that device controller provided. - status(vData.mMessage); + status (vData.mMessage); accepted(vData.mAccepted); reason (vData.mReason );