mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 13:13:25 +02:00
fail quietly if local injection cannot happen
This commit is contained in:
parent
eb033c797a
commit
1b778a3ee0
1 changed files with 0 additions and 3 deletions
|
@ -180,9 +180,6 @@ bool AudioInjector::injectLocally() {
|
|||
} else {
|
||||
qCDebug(audio) << "AudioInjector::injectLocally called without any data in Sound QByteArray";
|
||||
}
|
||||
|
||||
} else {
|
||||
qCDebug(audio) << "AudioInjector::injectLocally cannot inject locally with no local audio interface present.";
|
||||
}
|
||||
|
||||
return success;
|
||||
|
|
Loading…
Reference in a new issue