Skip to content

Commit

Permalink
error if we were unable to note
Browse files Browse the repository at this point in the history
  • Loading branch information
scarytom committed Oct 21, 2014
1 parent 4b4a538 commit 3af965f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ private void makeNote(final String landscapeName, final TargetId targetId, final
if (spyIntermediary.passNoteOn(feature, targetId, note)) {
return;
}
LOG.error("Failed to handle request to note target " + targetId.id());
}
}

Expand Down

0 comments on commit 3af965f

Please sign in to comment.