Index: sources/device/DeviceView.cpp =================================================================== diff -u -r39cf67206cb217ab6b0ce898bd74d954fe98dc54 -r6c1e7ff26ce49512b1d63623f7e8dd61dea831a0 --- sources/device/DeviceView.cpp (.../DeviceView.cpp) (revision 39cf67206cb217ab6b0ce898bd74d954fe98dc54) +++ sources/device/DeviceView.cpp (.../DeviceView.cpp) (revision 6c1e7ff26ce49512b1d63623f7e8dd61dea831a0) @@ -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 );