mirror of
https://github.com/vanilla-wiiu/vanilla.git
synced 2025-01-22 08:11:47 -05:00
improve debug string
This commit is contained in:
parent
49d6051daa
commit
82220b1b69
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ void Backend::setUpPipes(const QByteArray &in, const QByteArray &out)
|
|||
QMessageBox::critical(nullptr, tr("Pipe Error"), tr("Failed to create out pipe: %1").arg(strerror(errno)));
|
||||
}
|
||||
|
||||
printf("Pipes are good\n");
|
||||
printf("Established connection with backend\n");
|
||||
}
|
||||
|
||||
BackendPipe::BackendPipe(QObject *parent) : QObject(parent)
|
||||
|
|
Loading…
Reference in a new issue