# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2016-05-03 16:11:51 # Node ID bebcb9e3daf2f97cb885eca8d35f26b6a755d62e # Parent 95b183180e53eb4481be6a963df336bb7a8738e0 show sent command name in the log diff --git a/src/commandwidget.cpp b/src/commandwidget.cpp --- a/src/commandwidget.cpp +++ b/src/commandwidget.cpp @@ -69,7 +69,7 @@ void CommandWidget::onSendClicked() if (isASCIIMode()) { - qDebug() << "Sending:" << command; + qDebug() << "Sending " << name() << ":" << command; emit sendCommand(ui->leCommand->unEscapedText().toLatin1()); } else // hex mode