mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-01 19:04:38 +02:00
Linux cleanups.
This commit is contained in:
parent
9fdef7f95a
commit
782bab0a14
|
|
@ -53,7 +53,7 @@ CMQTTConnection::~CMQTTConnection()
|
|||
bool CMQTTConnection::open()
|
||||
{
|
||||
char name[50U];
|
||||
::sprintf(name, "MMDVM.%lld", ::time(nullptr));
|
||||
::sprintf(name, "MMDVM.%ld", ::time(nullptr));
|
||||
|
||||
::fprintf(stdout, "MMDVMHost (%s) connecting to MQTT as %s\n", m_name.c_str(), name);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue