Skip to content

Commit cb06a2d

Browse files
committed
qt: removed redundant space in serial port open error
1 parent 71d7ef8 commit cb06a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qt/programmer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ int Programmer::connect()
3232

3333
if (!serialPort.open(QIODevice::ReadWrite))
3434
{
35-
qCritical() << "Failed to open serial port: " << serialPort.error()
35+
qCritical() << "Failed to open serial port:"
3636
<< serialPort.errorString();
3737
return -1;
3838
}

0 commit comments

Comments
 (0)