Rename "wild_match" parameter in add_symbols_from_enclosing_procs
[deliverable/binutils-gdb.git] / gdb / dec-thread.c
index 650b86c82589f968f0959a06ae4827b802ed8f70..551d97921976c7359e15fa2fb61b16f7e396f2b8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2012 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -700,7 +700,7 @@ dec_thread_get_ada_task_ptid (long lwp, long thread)
     if (info->info.teb == (pthread_t) thread)
       return ptid_build_from_info (*info);
   
-  warning (_("Could not find thread id from THREAD = 0x%lx\n"), thread);
+  warning (_("Could not find thread id from THREAD = 0x%lx"), thread);
   return inferior_ptid;
 }
 
This page took 0.023292 seconds and 4 git commands to generate.