Index: uspace/drv/test/test1/test1.c
===================================================================
--- uspace/drv/test/test1/test1.c	(revision b29bb098aa093f6015e148a9c216b7fcd225b8d6)
+++ uspace/drv/test/test1/test1.c	(revision 8ff0bd25c8215c84283f8ba039f4cb58b7660280)
@@ -196,5 +196,5 @@
 	int rc;
 
-	ddf_msg(LVL_DEBUG, "fun_remove(%p, '%s')\n", fun, name);
+	ddf_msg(LVL_DEBUG, "fun_remove(%p, '%s')", fun, name);
 	rc = ddf_fun_offline(fun);
 	if (rc != EOK) {
Index: uspace/drv/test/test2/test2.c
===================================================================
--- uspace/drv/test/test2/test2.c	(revision b29bb098aa093f6015e148a9c216b7fcd225b8d6)
+++ uspace/drv/test/test2/test2.c	(revision 8ff0bd25c8215c84283f8ba039f4cb58b7660280)
@@ -151,5 +151,5 @@
 	int rc;
 
-	ddf_msg(LVL_DEBUG, "fun_remove(%p, '%s')\n", fun, name);
+	ddf_msg(LVL_DEBUG, "fun_remove(%p, '%s')", fun, name);
 	rc = ddf_fun_offline(fun);
 	if (rc != EOK) {
Index: uspace/drv/test/test3/test3.c
===================================================================
--- uspace/drv/test/test3/test3.c	(revision b29bb098aa093f6015e148a9c216b7fcd225b8d6)
+++ uspace/drv/test/test3/test3.c	(revision 8ff0bd25c8215c84283f8ba039f4cb58b7660280)
@@ -110,5 +110,5 @@
 	int rc;
 
-	ddf_msg(LVL_DEBUG, "fun_remove(%p, '%s')\n", fun, name);
+	ddf_msg(LVL_DEBUG, "fun_remove(%p, '%s')", fun, name);
 	rc = ddf_fun_offline(fun);
 	if (rc != EOK) {
