Skip to content

Commit

Permalink
chore: remove "Panda" from IncompatibleVersionException
Browse files Browse the repository at this point in the history
  • Loading branch information
kmohyeldine committed Apr 4, 2024
1 parent c4c7821 commit 64cd6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exception.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ IncompatibleVersionException::IncompatibleVersionException(uint16_t server_versi
: Exception("libfranka: Incompatible library version (server version: "s +
std::to_string(server_version) + ", library version: "s +
std::to_string(library_version) +
"). Please check https://frankaemika.github.io for Panda system updates "
"). Please check https://frankaemika.github.io for system updates "
"or choose a libfranka version that uses the server version " +
std::to_string(server_version) +
" from the table at https://frankaemika.github.io/docs/compatibility.html ."s),
Expand Down

0 comments on commit 64cd6b6

Please sign in to comment.