summaryrefslogtreecommitdiff
path: root/serverboot
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-05-23 20:54:51 +0000
committerRoland McGrath <roland@gnu.org>1999-05-23 20:54:51 +0000
commit7f087a0efbc1507b1cbde6d4264648b20540bdda (patch)
treea4e56f792c46bddae8e0c71a2045961810abfc17 /serverboot
parent71915ed295d1e10dec825e9c98f9109d0561c45e (diff)
1999-05-23 Roland McGrath <roland@baalperazim.frob.com>
* default_pager.c (new_partition): Fix arg order in printf for linux-2.2 signature page.
Diffstat (limited to 'serverboot')
-rw-r--r--serverboot/default_pager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/serverboot/default_pager.c b/serverboot/default_pager.c
index 7c5f60d1..09bff076 100644
--- a/serverboot/default_pager.c
+++ b/serverboot/default_pager.c
@@ -309,7 +309,7 @@ new_partition (const char *name, struct file_direct *fdp,
printf("\
(default pager): Found Linux 2.2 swap signature (v%u) in %s...",
- name, hdr->version);
+ hdr->version, name);
part->bitmap[0] |= 1; /* first page unusable */
part->free--;