Skip to content

Commit 2d5c35c

Browse files
author
William C Bonner
committed
log change in HCI Download Code
1 parent f6155a9 commit 2d5c35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

goveebttemplogger.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3048,7 +3048,7 @@ time_t ConnectAndDownload(int BlueToothDevice_Handle, const bdaddr_t GoveeBTAddr
30483048

30493049
std::ostringstream ssOutput;
30503050
if (ConsoleVerbosity > 0)
3051-
ssOutput << "[" << getTimeISO8601(true) << "] [" << ba2string(GoveeBTAddress) << "] ";
3051+
ssOutput << "[" << getTimeISO8601(true) << "] ";
30523052
ssOutput << "Download from device: [" << ba2string(GoveeBTAddress) << "]";
30533053
ssOutput << " " << timeToExcelLocal(TimeStart) << " " << timeToExcelLocal(TimeStop);
30543054
ssOutput << " (" << std::dec << DataPointsRecieved << ")";

0 commit comments

Comments
 (0)