* elf/dl-close.c (_dl_close): Unify debug message format.
authorUlrich Drepper <drepper@redhat.com>
Mon, 7 Mar 2005 07:57:43 +0000 (07:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 7 Mar 2005 07:57:43 +0000 (07:57 +0000)
ChangeLog
elf/dl-close.c

index e914f7e..9171f4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-03-06  Ulrich Drepper  <drepper@redhat.com>
 
+       * elf/dl-close.c (_dl_close): Unify debug message format.
+
        * elf/dl-close.c (_dl_close): Print debug message just before
        destroying a link map.
 
index 0176e84..eaf29ea 100644 (file)
@@ -140,7 +140,7 @@ _dl_close (void *_map)
     {
       /* There are still references to this object.  Do nothing more.  */
       if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_FILES, 0))
-       _dl_debug_printf ("\nclosing file=%s; opencount == %u\n",
+       _dl_debug_printf ("\nclosing file=%s; opencount=%u\n",
                          map->l_name, map->l_opencount);
 
       /* Decrement the object's reference counter, not the dependencies'.  */