Skip to content

Commit

Permalink
Ref. 7290 add log errors on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
IkerLuengo committed Jan 22, 2020
1 parent c55d9af commit 8c01f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/subscriber/SubscriberHistory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ bool SubscriberHistory::remove_change_sub(
}
if (!found)
{
logWarning(SUBSCRIBER, "Change not found, something is wrong");
logError(RTPS_HISTORY, "Change not found on this key, something is wrong");
}
}

Expand Down

0 comments on commit 8c01f53

Please sign in to comment.