We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19809dc commit 7bd020bCopy full SHA for 7bd020b
1 file changed
samples/mqtt5/mqtt5_pubsub/main.cpp
@@ -214,7 +214,7 @@ int main(int argc, char *argv[])
214
builder->WithClientDisconnectionCallback(
215
[&disconnectPromise](const Mqtt5::OnDisconnectionEventData &eventData)
216
{
217
- fprintf(stdout, "Mqtt5 Client: Disconnected.\n");
+ fprintf(stdout, "Lifecycle Disconnected.\n");
218
if (eventData.disconnectPacket != nullptr)
219
220
Mqtt5::DisconnectReasonCode reason_code = eventData.disconnectPacket->getReasonCode();
0 commit comments