X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fbreakpoints.c;h=c4a959df3ea949d4a70e93f4375126f70602f02d;hb=5fba5068b74cb277683be1f29ed10a234c74d7ce;hp=b854f1f05b26b761f682b48c5ff0af3e63aef6a4;hpb=3160c66408af858c3064e54fb14f074e54ac6701;p=openocd.git diff --git a/src/target/breakpoints.c b/src/target/breakpoints.c index b854f1f05b..c4a959df3e 100644 --- a/src/target/breakpoints.c +++ b/src/target/breakpoints.c @@ -16,9 +16,7 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ #ifdef HAVE_CONFIG_H @@ -405,7 +403,7 @@ int watchpoint_add(struct target *target, uint32_t address, uint32_t length, || watchpoint->mask != mask || watchpoint->rw != rw) { LOG_ERROR("address 0x%8.8" PRIx32 - "already has watchpoint %d", + " already has watchpoint %d", address, watchpoint->unique_id); return ERROR_FAIL; }