mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 10:43:21 +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 {
|
} else {
|
||||||
qCDebug(audio) << "AudioInjector::injectLocally called without any data in Sound QByteArray";
|
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;
|
return success;
|
||||||
|
|
Loading…
Reference in a new issue