* linux-low.c (linux_wait_1): Move non-debugging code out of
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.c
index b92e987d691c6baaa5bdf4210364aa8a6f3146f2..881028554e3f7e776d76602001db4b97ba52c8fd 100644 (file)
@@ -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)
                {
This page took 0.025017 seconds and 4 git commands to generate.