Skip to content

Commit

Permalink
ubuntu fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosentino11 committed Jun 7, 2024
1 parent 28a560b commit 9af6834
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Command.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ bool Command::subscribe() {

if (packetType != 0b00110000) {
if (mContext->verbose) {
std::cerr << "Unexpected packet type received: "
<< std::bitset<8>(packetType) << "" << std::endl;
std::cerr << "Unexpected packet type received";
}
continue;
}
Expand Down

0 comments on commit 9af6834

Please sign in to comment.