ARI warning fix.
* python/py-auto-load.c (source_section_scripts): Remove trailing new-line in i18n string.
This commit is contained in:
parent
7ad2014ac5
commit
e78f4312c5
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2010-04-27 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
ARI warning fix.
|
||||
* python/py-auto-load.c (source_section_scripts): Remove trailing
|
||||
new-line in i18n string.
|
||||
|
||||
2010-04-26 Doug Evans <dje@google.com>
|
||||
|
||||
* serial.c (serial_write): Handle serial_debug_p akin to serial_read.
|
||||
|
|
|
@ -260,7 +260,7 @@ source_section_scripts (struct objfile *objfile, const char *source_name,
|
|||
/* We don't throw an error, the program is still debuggable.
|
||||
Check in_hash_table to only print the warning once. */
|
||||
if (! in_hash_table)
|
||||
warning (_("%s (referenced in %s): %s\n"),
|
||||
warning (_("%s (referenced in %s): %s"),
|
||||
file, GDBPY_AUTO_SECTION_NAME, safe_strerror (errno));
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue