aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-low.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/linux-low.c')
-rw-r--r--gdb/gdbserver/linux-low.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/gdbserver/linux-low.c b/gdb/gdbserver/linux-low.c
index b92e987..8810285 100644
--- a/gdb/gdbserver/linux-low.c
+++ b/gdb/gdbserver/linux-low.c
@@ -2200,9 +2200,10 @@ Check if we're already there.\n",
if (debug_threads)
fprintf (stderr, "dequeued one signal.\n");
}
- else if (debug_threads)
+ else
{
- fprintf (stderr, "no deferred signals.\n");
+ if (debug_threads)
+ fprintf (stderr, "no deferred signals.\n");
if (stabilizing_threads)
{