Replace "fprintf (stderr..." by "fprintf_unfiltered (gdb_stdlog..."
authorSergio Durigan Junior <sergiodj@redhat.com>
Tue, 16 Sep 2014 19:30:41 +0000 (15:30 -0400)
committerSergio Durigan Junior <sergiodj@redhat.com>
Tue, 16 Sep 2014 19:30:41 +0000 (15:30 -0400)
commit2f693f9d21a36e333994ef92117ba49a6d506334
tree778f3f23b07af925235040fa6a86849ad6bd07c7
parent91c190590ab3de6d214bcf307240b4ac291f697d
Replace "fprintf (stderr..." by "fprintf_unfiltered (gdb_stdlog..."

This is an obvious replacement of "fprintf (stderr..." by
"fprintf_unfiltered (gdb_stdlog...", which is the standard to use in
these cases.

gdb/ChangeLog:
2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>

PR cli/7233
* linux-nat.c (linux_nat_wait_1): Replace "fprintf (stderr..." by
"fprintf_unfiltered (gdb_stdlog...)".
gdb/ChangeLog
gdb/linux-nat.c