[gnome-builder] gdb: removed useless/duplicated from-gdb debug log output (for errors and gdb prompt)



commit cfbaa3000e5f1b7b1daaa8ce6b1b3cea5ab97b68
Author: Simone Piccardi <simone piccardi gmail com>
Date:   Wed Jan 16 14:04:01 2019 +0100

    gdb: removed useless/duplicated from-gdb debug log output (for errors and gdb prompt)

 src/plugins/gdb/gbp-gdb-debugger.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/plugins/gdb/gbp-gdb-debugger.c b/src/plugins/gdb/gbp-gdb-debugger.c
index 0db7a6664..21dde8dfa 100644
--- a/src/plugins/gdb/gbp-gdb-debugger.c
+++ b/src/plugins/gdb/gbp-gdb-debugger.c
@@ -924,7 +924,6 @@ gbp_gdb_debugger_output_callback (void                     *context,
   switch (output->kind)
     {
     case GDBWIRE_MI_OUTPUT_PARSE_ERROR:
-      DEBUG_LOG ("from-gdb (ERR)", output->line);
       ide_object_warning (self, "Failed to parse gdb communication: %s", output->line);
       gdbwire_mi_output_free (output);
       gbp_gdb_debugger_panic (self);
@@ -943,7 +942,6 @@ gbp_gdb_debugger_output_callback (void                     *context,
       break;
 
     case GDBWIRE_MI_OUTPUT_PROMPT:
-      DEBUG_LOG ("from-gdb (INP)", output->line);
       /* Ignore prompt for now */
       gdbwire_mi_output_free (output);
       break;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]