mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 16:42:08 +02:00
Typo
This commit is contained in:
parent
2b26f302fd
commit
f87f3eb033
1 changed files with 2 additions and 1 deletions
|
@ -165,7 +165,8 @@ void HTTPManager::isTcpServerListening() {
|
|||
if (!isListening()) {
|
||||
qCWarning(embeddedwebserver) << "Socket on port " << QString::number(_port) << " is no longer listening";
|
||||
bindSocket();
|
||||
}}
|
||||
}
|
||||
}
|
||||
|
||||
bool HTTPManager::bindSocket() {
|
||||
qCDebug(embeddedwebserver) << "Attempting to bind TCP socket on port " << QString::number(_port);
|
||||
|
|
Loading…
Reference in a new issue