Skip to content

Commit e8b21bb

Browse files
committed
2 parents 03d0c9f + ebe0bba commit e8b21bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/rosjava_actionlib/ActionClientFuture.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public T_RESULT get(long l, TimeUnit tu) throws InterruptedException, ExecutionE
101101
@Override
102102
public void resultReceived(T_RESULT msg) {
103103
ActionResult r = new ActionResult(msg);
104-
log.fatal("got message " + r.getGoalStatusMessage().getGoalId().getId());
104+
log.debug("got result message " + r.getGoalStatusMessage().getGoalId().getId());
105105
if (!r.getGoalStatusMessage().getGoalId().getId().equals(goalid.getId())) {
106106
log.fatal("wrong id, waiting for " + goalid.getId());
107107
return;

0 commit comments

Comments
 (0)