mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 20:12:01 +08:00
* proc-api.c (procfs_note): Add format string to fprintf call.
This commit is contained in:
@ -747,7 +747,7 @@ procfs_note (char *msg, char *file, int line)
|
||||
if (info_verbose)
|
||||
fprintf (procfs_file ? procfs_file : stdout,
|
||||
"%s:%d -- ", file, line);
|
||||
fprintf (procfs_file ? procfs_file : stdout, msg);
|
||||
fprintf (procfs_file ? procfs_file : stdout, "%s", msg);
|
||||
if (procfs_file)
|
||||
fflush (procfs_file);
|
||||
}
|
||||
|
Reference in New Issue
Block a user