Skip to content

Commit

Permalink
cerr -> Error
Browse files Browse the repository at this point in the history
  • Loading branch information
jvde-github committed Feb 3, 2025
1 parent 2fc37fe commit d7f6a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Beast.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ class Beast : public SimpleStreamInOut<RAW, Plane::ADSB>
}
else if (msg.msgtype != '1')
{
std::cerr << "Unknown message type: " << msg.msgtype << std::endl;
Error() << "Unknown message type: " << msg.msgtype;
}
Send(&msg, 1, tag);

Expand Down

0 comments on commit d7f6a96

Please sign in to comment.