Fix test names starting with uppercase using multi-line gdb_test_no_output
[deliverable/binutils-gdb.git] / gdb / symfile.c
index 517c277c722e0b5bb93a3f0080bf25c1eb34d661..52f99bfc5f6bb07c1a62ac4634a5d908e80a90e8 100644 (file)
@@ -1962,7 +1962,7 @@ load_progress (ULONGEST bytes, void *untyped_arg)
     {
       /* The write is just starting.  Let the user know we've started
         this section.  */
-      ui_out_message (current_uiout, 0, "Loading section %s, size %s lma %s\n",
+      ui_out_message (current_uiout, "Loading section %s, size %s lma %s\n",
                      args->section_name, hex_string (args->section_size),
                      paddress (target_gdbarch (), args->lma));
       return;
This page took 0.023089 seconds and 4 git commands to generate.