about summary refs log tree commit diff
path: root/elf/dl-open.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/dl-open.c')
-rw-r--r--elf/dl-open.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/elf/dl-open.c b/elf/dl-open.c
index a128b343d2..a618ca0470 100644
--- a/elf/dl-open.c
+++ b/elf/dl-open.c
@@ -166,11 +166,11 @@ dl_open_worker (void *a)
 
 	  buf[sizeof buf - 1] = '\0';
 
-	  _dl_debug_message (1, "\nopening file=", new->l_name,
+	  _dl_debug_message (1, "opening file=", new->l_name,
 			     "; opencount == ",
 			     _itoa_word (new->l_opencount,
 					 buf + sizeof buf - 1, 10, 0),
-			     "\n", NULL);
+			     "\n\n", NULL);
 	}
       /* It was already open.  */
       return;
@@ -325,11 +325,11 @@ dl_open_worker (void *a)
 
       buf[sizeof buf - 1] = '\0';
 
-      _dl_debug_message (1, "\nopening file=", new->l_name,
+      _dl_debug_message (1, "opening file=", new->l_name,
 			 "; opencount == ",
 			 _itoa_word (new->l_opencount,
 				     buf + sizeof buf - 1, 10, 0),
-			 "\n", NULL);
+			 "\n\n", NULL);
     }
 }