Add missing space in log message.
This commit is contained in:
parent
e11a7959b3
commit
6cd839eb80
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ int CYSFGateway::run()
|
|||
m_netNetwork->writeUnlink();
|
||||
}
|
||||
|
||||
LogMessage("Connect via DTMF to %5.5s - \"%s\"has been requested by %10.10s", reflector->m_id.c_str(), reflector->m_name.c_str(), buffer + 14U);
|
||||
LogMessage("Connect via DTMF to %5.5s - \"%s\" has been requested by %10.10s", reflector->m_id.c_str(), reflector->m_name.c_str(), buffer + 14U);
|
||||
|
||||
m_netNetwork->setDestination(reflector->m_address, reflector->m_port);
|
||||
m_netNetwork->writePoll();
|
||||
|
|
Loading…
Reference in a new issue