2003-06-30 Andrew Cagney <cagney@redhat.com>
* remote.c (remote_async_wait): Fix -Wformat problem.
This commit is contained in:
parent
17a2f25124
commit
0a2cfde49a
@ -1,3 +1,7 @@
|
||||
2003-06-30 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* remote.c (remote_async_wait): Fix -Wformat problem.
|
||||
|
||||
2003-06-29 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* remote.c (remote_wait): Call error, and not warning, when the
|
||||
|
@ -3287,7 +3287,8 @@ remote_async_wait (ptid_t ptid, struct target_waitstatus *status)
|
||||
}
|
||||
|
||||
if (*p++ != ';')
|
||||
error ("Remote register badly formatted: %s\nhere:", buf, p);
|
||||
error ("Remote register badly formatted: %s\nhere: %s",
|
||||
buf, p);
|
||||
}
|
||||
}
|
||||
/* fall through */
|
||||
|
Loading…
x
Reference in New Issue
Block a user