]> Zhao Yanbai Git Server - minix.git/commitdiff
Newline after startup msg
authorBen Gras <ben@minix3.org>
Thu, 20 Oct 2005 18:54:53 +0000 (18:54 +0000)
committerBen Gras <ben@minix3.org>
Thu, 20 Oct 2005 18:54:53 +0000 (18:54 +0000)
servers/rs/manager.c

index 214e06f82f54b19f43ba4fdd09926f0ea5fe1c29..d34bc0b96d5e4abb3b432bbc10ea3cd972d311c2 100644 (file)
@@ -292,7 +292,7 @@ struct rproc *rp;
   }
 
 #if VERBOSE
-      printf("RS: started '%s', major %d, pid %d, proc_nr %d", 
+      printf("RS: started '%s', major %d, pid %d, proc_nr %d\n", 
           rp->r_cmd, rp->r_dev_nr, child_pid, child_proc_nr);
 #endif