mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[libcalamaresui] Tidy the logging some more
This commit is contained in:
parent
260862fabc
commit
1bf95eacb0
1 changed files with 1 additions and 2 deletions
|
@ -52,7 +52,6 @@ ficheLogUpload( QObject* parent )
|
|||
const QString& ficheHost = Calamares::Branding::instance()->uploadServer( Calamares::Branding::URL );
|
||||
quint16 fichePort = Calamares::Branding::instance()->uploadServer( Calamares::Branding::Port ).toInt();
|
||||
|
||||
|
||||
QByteArray pasteData = logFileContents();
|
||||
if ( pasteData.isEmpty() )
|
||||
{
|
||||
|
@ -70,7 +69,7 @@ ficheLogUpload( QObject* parent )
|
|||
return QString();
|
||||
}
|
||||
|
||||
cDebug() << "Connected to paste server";
|
||||
cDebug() << "Connected to paste server" << ficheHost;
|
||||
|
||||
socket->write( pasteData );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue