mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
Add `%P' on error in plugin message.
This commit is contained in:
@@ -587,7 +587,7 @@ message (int level, const char *format, ...)
|
||||
case LDPL_ERROR:
|
||||
default:
|
||||
{
|
||||
char *newfmt = ACONCAT ((level == LDPL_FATAL ? "%F" : "%X",
|
||||
char *newfmt = ACONCAT ((level == LDPL_FATAL ? "%P%F:" : "%P%X:",
|
||||
format, "\n", NULL));
|
||||
vfinfo (stderr, newfmt, args, TRUE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user