--- record.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/record.c +++ b/record.c @@ -997,7 +997,7 @@ record_xfer_partial (struct target_ops * "will make the execution log unusable from this " "point onward. Write memory at address %s?"), paddress (target_gdbarch, offset))) - return -1; + error (_("Process record canceled the operation.")); /* Destroy the record from here forward. */ record_list_release_next ();