gdbserver: Use debug_printf for debug output
[deliverable/binutils-gdb.git] / gdb / gdbserver / thread-db.c
index 0222bfcd73412a791d2b444f622ab1ce6593f9e2..2776557d723b724e1fe20a57e10c9db43717f5e2 100644 (file)
@@ -590,8 +590,7 @@ try_thread_db_load (const char *library)
          const char *const libpath = dladdr_to_soname (td_init);
 
          if (libpath != NULL)
-           fprintf (stderr, "Host %s resolved to: %s.\n",
-                    library, libpath);
+           debug_printf ("Host %s resolved to: %s.\n", library, libpath);
        }
     }
 #endif
This page took 0.02408 seconds and 4 git commands to generate.