Change order of error message printed when gdbserver can't find CWD
authorSergio Durigan Junior <sergiodj@redhat.com>
Wed, 28 Feb 2018 16:43:48 +0000 (11:43 -0500)
committerSergio Durigan Junior <sergiodj@redhat.com>
Thu, 1 Mar 2018 02:20:49 +0000 (21:20 -0500)
commit506817a3abd98859eb3474389e756c0253cc28a1
treec51141185efff29bc40cb39098a996b00c6f29fd
parent2441702a72f324e41a1624dc042b334f375e2d81
Change order of error message printed when gdbserver can't find CWD

I forgot to address Pedro's comment about my last patch and change the
order of the message printed when getcwd returns NULL on gdbserver.
This obvious commit does it.

gdb/gdbserver/ChangeLog:
2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>

* server.c (captured_main): Change order of error message printed
when the current working directory cannot be found.
gdb/gdbserver/ChangeLog
gdb/gdbserver/server.c