mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-02-14 11:34:15 +01:00
Update MQTTConnection.cpp
This commit is contained in:
parent
f9fe544812
commit
7a192b2c6b
|
|
@ -53,7 +53,7 @@ CMQTTConnection::~CMQTTConnection()
|
|||
bool CMQTTConnection::open()
|
||||
{
|
||||
char name[50U];
|
||||
::sprintf(name, "MMDVM.%ld", ::time(nullptr));
|
||||
::sprintf(name, "MMDVMHost.%ld", ::time(nullptr));
|
||||
|
||||
::fprintf(stdout, "MMDVMHost (%s) connecting to MQTT as %s\n", m_name.c_str(), name);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue