Skip to content

Commit d55ecf7

Browse files
authored
remove output WCHAR buffer to ofLogError (#8465)
1 parent 99da645 commit d55ecf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/openFrameworks/communication/ofSerial.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ bool ofSerial::setup(string portName, int baud){
446446
swprintf(buf, 80, L"baud=%d parity=N data=8 stop=1", bps);
447447

448448
if(!BuildCommDCBW(buf, &cfg.dcb)){
449-
ofLogError("ofSerial") << "setup(): unable to build comm dcb, (" << buf << ")";
449+
ofLogError("ofSerial") << "setup(): unable to build comm dcb";
450450
}
451451

452452
// Set baudrate and bits etc.

0 commit comments

Comments
 (0)