[libcalamaresui] Tidy the logging some more
This commit is contained in:
parent
260862fabc
commit
1bf95eacb0
@ -52,7 +52,6 @@ ficheLogUpload( QObject* parent )
|
|||||||
const QString& ficheHost = Calamares::Branding::instance()->uploadServer( Calamares::Branding::URL );
|
const QString& ficheHost = Calamares::Branding::instance()->uploadServer( Calamares::Branding::URL );
|
||||||
quint16 fichePort = Calamares::Branding::instance()->uploadServer( Calamares::Branding::Port ).toInt();
|
quint16 fichePort = Calamares::Branding::instance()->uploadServer( Calamares::Branding::Port ).toInt();
|
||||||
|
|
||||||
|
|
||||||
QByteArray pasteData = logFileContents();
|
QByteArray pasteData = logFileContents();
|
||||||
if ( pasteData.isEmpty() )
|
if ( pasteData.isEmpty() )
|
||||||
{
|
{
|
||||||
@ -70,7 +69,7 @@ ficheLogUpload( QObject* parent )
|
|||||||
return QString();
|
return QString();
|
||||||
}
|
}
|
||||||
|
|
||||||
cDebug() << "Connected to paste server";
|
cDebug() << "Connected to paste server" << ficheHost;
|
||||||
|
|
||||||
socket->write( pasteData );
|
socket->write( pasteData );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user