Improved exception message wording

This commit is contained in:
Bill Somerville 2020-07-17 17:58:23 +01:00
parent 68989b3aa8
commit 81da36d681
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F

View File

@ -409,7 +409,7 @@ QString DXLabSuiteCommanderTransceiver::command_with_reply (QString const& cmd,
{
TRACE_CAT ("DXLabSuiteCommanderTransceiver", "failed to send command:" << commander_->errorString ());
throw error {
tr ("DX Lab Suite Commander failed to send command \"%1\": %2\n")
tr ("DX Lab Suite Commander send command failed \"%1\": %2\n")
.arg (cmd)
.arg (commander_->errorString ())
};