git.annexia.org
/
febootstrap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61c565b
)
helper: Print /modules when verbose >= 2
master
author
Richard W.M. Jones
<rjones@redhat.com>
Sat, 17 Dec 2011 13:17:23 +0000
(13:17 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sat, 17 Dec 2011 13:17:23 +0000
(13:17 +0000)
helper/ext2initrd.c
patch
|
blob
|
history
diff --git
a/helper/ext2initrd.c
b/helper/ext2initrd.c
index
bb00c72
..
dedc1e8
100644
(file)
--- a/
helper/ext2initrd.c
+++ b/
helper/ext2initrd.c
@@
-268,4
+268,7
@@
print_module_load_order (FILE *pipe, FILE *list, struct module *m)
fputs (basename, list);
fputc ('\n', list);
m->visited = 1;
+
+ if (verbose >= 2)
+ fprintf (stderr, "print_module_load_order: %s %s\n", m->name, basename);
}