Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed Jul 22, 2024
1 parent 63e0df0 commit bd2c2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2i-hub/SpatPlugin/src/SpatPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ namespace SpatPlugin {
catch (const TmxException &e) {
PLOG(tmx::utils::logERROR) << "Encountered error " << e.what() << " during SPAT Processing." << std::endl
<< e.GetBacktrace();
SetStatus(keyConnectionStatus, "ERROR");
SetStatus(keyConnectionStatus, "DISCONNECTED");
this->isConnected = false;

}
Expand Down

0 comments on commit bd2c2b8

Please sign in to comment.